Skip to content

Commit 5d71283

Browse files
committed
command-not-found: fix typo in help message
1 parent e7f23da commit 5d71283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

command-not-found.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ int termux_look_for_packages(const char* command_not_found, list<string>* cmds,
200200

201201
int main(int argc, const char *argv[]) {
202202
if (argc != 2) {
203-
cerr << "usage: termux-command-not-found <command>" << endl;
203+
cerr << "usage: command-not-found <command>" << endl;
204204
return 1;
205205
}
206206

0 commit comments

Comments
 (0)