Skip to content

Commit 753ab61

Browse files
authored
Fix: Update README.md file to reflect work done on issue #328 (#330)
1 parent 368ae23 commit 753ab61

File tree

1 file changed

+27
-26
lines changed

1 file changed

+27
-26
lines changed

README.md

+27-26
Original file line numberDiff line numberDiff line change
@@ -73,32 +73,33 @@ Usage: shallow-backup [OPTIONS]
7373
Written by Aaron Lichtman (@alichtman).
7474

7575
Options:
76-
--add-dot TEXT Add a dotfile or dotfolder to config by path.
77-
-backup-all Full back up.
78-
-backup-configs Back up app config files.
79-
-backup-dots Back up dotfiles.
80-
-backup-packages Back up package libraries.
81-
-delete-config Delete config file.
82-
-destroy-backup Delete backup directory.
83-
-dry-run Don't backup or reinstall any files, just give
84-
verbose output.
85-
86-
-backup-fonts Back up installed fonts.
87-
--new-path TEXT Input a new back up directory path.
88-
-no-new-backup-path-prompt Skip setting new back up directory path prompt.
89-
-no-splash Don't display splash screen.
90-
-reinstall-all Full reinstallation.
91-
-reinstall-configs Reinstall configs.
92-
-reinstall-dots Reinstall dotfiles and dotfolders.
93-
-reinstall-fonts Reinstall fonts.
94-
-reinstall-packages Reinstall packages.
95-
--remote TEXT Set remote URL for the git repo.
96-
-separate-dotfiles-repo Use if you are trying to maintain a separate
97-
dotfiles repo and running into issue #229.
98-
99-
-show Display config file.
100-
-v, --version Display version and author info.
101-
-h, -help, --help Show this message and exit.
76+
77+
--add-dot TEXT Add a dotfile or dotfolder to config by path.
78+
--backup-all Full back up.
79+
--backup-configs Back up app config files.
80+
--backup-dots Back up dotfiles.
81+
--backup-fonts Back up installed fonts.
82+
--backup-packages Back up package libraries.
83+
--delete-config Delete config file.
84+
--destroy-backup Delete backup directory.
85+
--dry-run Don't backup or reinstall any files, just give
86+
verbose output.
87+
88+
--new-path TEXT Input a new back up directory path.
89+
--no-new-backup-path-prompt Skip setting new back up directory path prompt.
90+
--no-splash Don't display splash screen.
91+
--reinstall-all Full reinstallation.
92+
--reinstall-configs Reinstall configs.
93+
--reinstall-dots Reinstall dotfiles and dotfolders.
94+
--reinstall-fonts Reinstall fonts.
95+
--reinstall-packages Reinstall packages.
96+
--remote TEXT Set remote URL for the git repo.
97+
--separate-dotfiles-repo Use if you are trying to maintain a separate
98+
dotfiles repo and running into issue #229.
99+
100+
--show Display config file.
101+
-v, --version Display version and author info.
102+
-h, -help, --help Show this message and exit.
102103
```
103104
104105

0 commit comments

Comments
 (0)