Skip to content

Commit eb529d9

Browse files
author
Cerem Cem ASLAN
committed
resolves #14
1 parent 7b45283 commit eb529d9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,18 @@ displays the differences.
1111

1212
Usage
1313
-----
14-
usage: btrfs-snapshots-diff.py [options] -p PARENT [-c CHILD]
14+
usage: btrfs-snapshots-diff.py [options] -p PARENT -c CHILD
1515
btrfs-snapshots-diff.py [options] -f FILE
1616

1717
Display differences between 2 Btrfs snapshots
1818

1919
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
2523
-f, --file FILE Path to diff file generated by
2624
"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)
2826
-a, --by_path Group commands by path
2927
-s, --csv CSV output
3028
-j, --json JSON output (commands only)

0 commit comments

Comments
 (0)