Skip to content

Commit bb6eaab

Browse files
files are passed to hook script, so we need to capture
1 parent 47c381a commit bb6eaab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inst/hooks/exported/codemeta-description-updated.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
codemeta.json.
55
66
Usage:
7-
codemeta-description-updated [--root=<root_>] <_ignored>...
7+
codemeta-description-updated [--root=<root_>] <files>...
88
99
Options:
1010
--root=<root_> Path relative to the git root that contains the R package

inst/hooks/exported/use-tidy-description.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ordered alphabetically and fields are in standard order.
55
66
Usage:
7-
use-tidy-description [--root=<root_>] <_ignored>...
7+
use-tidy-description [--root=<root_>] <files>...
88
99
Options:
1010
--root=<root_> Path relative to the git root that contains the R package root [default: .].

0 commit comments

Comments
 (0)