mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-22 00:00:25 +01:00
typing error in BOSWatch description
This commit is contained in:
parent
05f4915a2b
commit
7d160dbd43
|
|
@ -28,7 +28,7 @@ usage: boswatch.py [-h] -f FREQ [-d DEVICE] [-e ERROR] -a
|
|||
[{FMS,ZVEI,POC512,POC1200,POC2400} ...] [-s SQUELCH] [-v]
|
||||
|
||||
BOSWatch is a Python Script to Recive and Decode BOS Information with rtl_fm
|
||||
ans multimon-NG
|
||||
and multimon-NG
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
##### Info #####
|
||||
# BOSWatch
|
||||
# Python Script to Recive and Decode BOS Information with rtl_fm ans multimon-NG
|
||||
# Python Script to Recive and Decode BOS Information with rtl_fm and multimon-NG
|
||||
# For more Information see the README.md
|
||||
##### Info #####
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ def stop_script(err):
|
|||
|
||||
#With -h or --help you get the Args help
|
||||
#ArgsParser
|
||||
parser = argparse.ArgumentParser(prog="boswatch.py", description="BOSWatch is a Python Script to Recive and Decode BOS Information with rtl_fm ans multimon-NG", epilog="More Options you can find in the extern config.ini File in this Folder")
|
||||
parser = argparse.ArgumentParser(prog="boswatch.py", description="BOSWatch is a Python Script to Recive and Decode BOS Information with rtl_fm and multimon-NG", epilog="More Options you can find in the extern config.ini File in this Folder")
|
||||
#parser.add_argument("-c", "--channel", help="BOS Channel you want to listen")
|
||||
parser.add_argument("-f", "--freq", help="Frequency you want to listen", required=True)
|
||||
parser.add_argument("-d", "--device", help="Device you want to use (Check with rtl_test)", type=int, default=0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue