daemon: remove os-version

This commit is contained in:
tobtoht 2023-05-10 22:39:03 +02:00
parent a2e8d1d427
commit 6b8dfb8fb9
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
4 changed files with 0 additions and 285 deletions

View file

@ -2,7 +2,6 @@ complete -c monerod -f
complete -c monerod -l help -d "Produce help message"
complete -c monerod -l version -d "Output version information"
complete -c monerod -l os-version -d "OS for which this executable was compiled"
complete -c monerod -l config-file -r -d "Specify configuration file"
complete -c monerod -l detach -d "Run as daemon"
complete -c monerod -l pidfile -r -F -d "File path to write the daemon's PID to (optional, requires --detach)"