We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b524a5 commit cb8f46cCopy full SHA for cb8f46c
1 file changed
python_hackrf/__main__.py
@@ -13,7 +13,7 @@
13
def main() -> None:
14
parser = argparse.ArgumentParser(
15
description='python_hackrf is a Python wrapper for libhackrf and hackrf-tools.',
16
- usage='python_hackrf [-h] {info, sweep, operacake} ...',
+ usage='python_hackrf [-h] {info, sweep, operacake, transfer} ...',
17
)
18
subparsers = parser.add_subparsers(dest='command', title='Available commands')
19
subparsers.required = True
0 commit comments