forked from TrueCloudLab/restic
2447f3f110
The standard UNIX-style ordering of command-line arguments places optional flags before other positional arguments. All of restic's commands support this ordering, but some of the usage strings showed the flags after the positional arguments (which restic also parses just fine). This change updates the doc strings to reflect the standard ordering. Because the `restic help` command comes directly from Cobra, there does not appear to be a way to update the argument ordering in its usage string, so it maintains the non-standard ordering (positional arguments before optional flags). |
||
---|---|---|
.. | ||
_static | ||
images/aws_s3 | ||
logo | ||
man | ||
.gitignore | ||
010_introduction.rst | ||
020_installation.rst | ||
030_preparing_a_new_repo.rst | ||
040_backup.rst | ||
045_working_with_repos.rst | ||
050_restore.rst | ||
060_forget.rst | ||
070_encryption.rst | ||
075_scripting.rst | ||
080_examples.rst | ||
090_participating.rst | ||
100_references.rst | ||
110_talks.rst | ||
bash-completion.sh | ||
cache.rst | ||
conf.py | ||
design.rst | ||
developer_information.rst | ||
faq.rst | ||
index.rst | ||
Makefile | ||
manual_rest.rst | ||
requirements.txt | ||
REST_backend.rst | ||
test_irreducibility.gap | ||
zsh-completion.zsh |