Skip to content

Commit

Permalink
ui: add note for colrev package --init
Browse files Browse the repository at this point in the history
  • Loading branch information
geritwagner committed Nov 28, 2024
1 parent 20b2488 commit a49836f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colrev/package_manager/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def validate_name(answers: list, name: str) -> bool:
questions.append(
inquirer.Checkbox(
"plugins",
message="Select the plugin types",
message="Select the plugin types (use SPACE to select)",
choices=list(INTERFACE_MAP.keys()),
)
)
Expand Down

0 comments on commit a49836f

Please sign in to comment.