File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,18 @@ displays the differences.
11
11
12
12
Usage
13
13
-----
14
- usage: btrfs-snapshots-diff.py [options] -p PARENT [ -c CHILD]
14
+ usage: btrfs-snapshots-diff.py [options] -p PARENT -c CHILD
15
15
btrfs-snapshots-diff.py [options] -f FILE
16
16
17
17
Display differences between 2 Btrfs snapshots
18
18
19
19
optional arguments:
20
- -h, --help show this help message and exit
21
- -p, --parent PATH Path to PARENT (older) snapshot.
22
- (must exist and be readonly)
23
- -c, --child PATH Path to CHILD (newer) snapshot.
24
- (will be created if it does not exist)
20
+ -h, --help Show this help message and exit
21
+ -p, --parent PATH Path to PARENT (older) snapshot (must be readonly)
22
+ -c, --child PATH Path to CHILD (newer) snapshot
25
23
-f, --file FILE Path to diff file generated by
26
24
"btrfs send --no-data -p first second > FILE"
27
- -t, --filter do not display temporary files or any time modifications (just latest)
25
+ -t, --filter Do not display temporary files or any time modifications (just latest)
28
26
-a, --by_path Group commands by path
29
27
-s, --csv CSV output
30
28
-j, --json JSON output (commands only)
You can’t perform that action at this time.
0 commit comments