mirror of https://github.com/digint/btrbk
Fix typo in help message for dry-run option
parent
4f9820326a
commit
fedeba4091
|
@ -200,7 +200,7 @@ def main():
|
||||||
parser.add_argument('restore_dir', help="target directory for restored subvolumes"
|
parser.add_argument('restore_dir', help="target directory for restored subvolumes"
|
||||||
" (path argument for \"btrfs receive\")")
|
" (path argument for \"btrfs receive\")")
|
||||||
parser.add_argument('-n', '--dry-run', action='store_true',
|
parser.add_argument('-n', '--dry-run', action='store_true',
|
||||||
help="print commmands that would be executed")
|
help="print commands that would be executed")
|
||||||
parser.add_argument('--ignore-missing', action='store_true',
|
parser.add_argument('--ignore-missing', action='store_true',
|
||||||
help="do not fail on missing parent snapshots")
|
help="do not fail on missing parent snapshots")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue