Skip to content

Commit 3c7bf29

Browse files
committed
rebuild-todo: Fix documentation for -d / --dry-run
The script also accepts -d as a short option for --dry-run
1 parent bd8075b commit 3c7bf29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/rebuild-todo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ usage() {
2727
-e, --edit Edit PKGBUILD before building. Default when todo type is "Task"
2828
-o, --offload Use offloaded builds
2929
-h, --help Show this help text
30-
--dry-run Show the offload-build and commitpkg being ran
30+
-d, --dry-run Show the offload-build and commitpkg being ran
3131
--no-build Don't build PKGBUILD
3232
--no-publish Don't run commitpkg after building
3333
--no-bump Don't bump pkgrel before building (default bumps pkgrel)

0 commit comments

Comments
 (0)