Skip to content

Commit cb8f46c

Browse files
committed
updated
1 parent 2b524a5 commit cb8f46c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_hackrf/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
def main() -> None:
1414
parser = argparse.ArgumentParser(
1515
description='python_hackrf is a Python wrapper for libhackrf and hackrf-tools.',
16-
usage='python_hackrf [-h] {info, sweep, operacake} ...',
16+
usage='python_hackrf [-h] {info, sweep, operacake, transfer} ...',
1717
)
1818
subparsers = parser.add_subparsers(dest='command', title='Available commands')
1919
subparsers.required = True

0 commit comments

Comments
 (0)