Update emaint.fish

This commit is contained in:
Wilke Schwiedop 2019-04-27 00:37:19 +02:00 committed by Fabian Homborg
parent 78e6631e53
commit 95346770d3

View file

@ -19,7 +19,7 @@ complete -c emaint -n '__fish_use_subcommand' -xa 'world' -d 'Check and fi
## Local opts
# logs
complete -c emaint -n '__fish_seen_subcommand_from logs' -s t -l time -d "Delete logs older than NUM of days" \
complete -c emaint -n '__fish_seen_subcommand_from logs' -s t -l time -d "Delete logs older than NUM days" \
-xa "(seq 0 365)"
complete -c emaint -n '__fish_seen_subcommand_from logs' -s p -l pretend -d "Output logs that would be deleted"
complete -c emaint -n '__fish_seen_subcommand_from logs' -s C -l clean -d "Cleans out logs more than 7 days old"