We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42c91d1 + a2c1ce3 commit 1a67c0aCopy full SHA for 1a67c0a
tetherback/tetherback.py
@@ -38,7 +38,7 @@
38
g.add_argument('-M', '--media', action='store_true', default=False, help="Include /data/media* in TWRP backup")
39
g.add_argument('-D', '--data-cache', action='store_true', default=False, help="Include /data/*-cache in TWRP backup")
40
g.add_argument('-R', '--recovery', action='store_true', default=False, help="Include recovery partition in backup")
41
-g.add_argument('-C', '--no-cache', dest='cache', action='store_true', default=False, help="Include /cache partition in backup")
+g.add_argument('-C', '--cache', dest='cache', action='store_true', default=False, help="Include /cache partition in backup")
42
g.add_argument('-U', '--no-userdata', dest='userdata', action='store_false', default=True, help="Omit /data partition from backup")
43
g.add_argument('-S', '--no-system', dest='system', action='store_false', default=True, help="Omit /system partition from backup")
44
g.add_argument('-B', '--no-boot', dest='boot', action='store_false', default=True, help="Omit boot partition from backup")
0 commit comments