diff options
author | tobtoht <tob@featherwallet.org> | 2023-05-10 22:39:03 +0200 |
---|---|---|
committer | tobtoht <tob@featherwallet.org> | 2023-05-10 23:15:03 +0200 |
commit | 6b8dfb8fb9b163b4ad8191e394d909376c9a210c (patch) | |
tree | 4898c9b9afe3cd532f80b1807330631e8b839e54 /utils | |
parent | Merge pull request #8760 (diff) | |
download | monero-6b8dfb8fb9b163b4ad8191e394d909376c9a210c.tar.xz |
daemon: remove os-version
Diffstat (limited to 'utils')
-rw-r--r-- | utils/fish/monerod.fish | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/fish/monerod.fish b/utils/fish/monerod.fish index d2836a6b2..8076073d8 100644 --- a/utils/fish/monerod.fish +++ b/utils/fish/monerod.fish @@ -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)" |