Skip to content

Commit fe7bc78

Browse files
authored
Merge PR fatihak#649 from upstream
Co-authored-by: BaloMueller <793558+BaloMueller@users.noreply.github.com>
2 parents 0a393b2 + 10f45ec commit fe7bc78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install/cli/inkypi-plugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ usage() {
1010
echo ""
1111
echo "Plugin commands:"
1212
echo " inkypi plugin install <plugin_id> <git_repository_url>"
13-
echo " inkypi plugin remove <plugin_id>"
13+
echo " inkypi plugin uninstall <plugin_id>"
1414
echo " inkypi plugin list"
1515
echo ""
1616
}
@@ -95,7 +95,7 @@ install_plugin() {
9595
}
9696

9797
# ----------------------------
98-
# REMOVE
98+
# UNINSTALL
9999
# ----------------------------
100100
uninstall_plugin() {
101101
if [[ $# -ne 1 ]]; then

0 commit comments

Comments
 (0)