Radish
alpha
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git
Source
Commits
10440
Issues
Patches
Commits
›
70da76b
Print the usage of clean.
Julien Laffaye
committed
13 years ago
commit 70da76b6b7b2c2f10d088538fe6c5e4384e7d423
parent
43818cd
1 file changed
+1
-1
modified
pkg/clean.c
@@ -232,7 +232,7 @@ exec_clean(int argc, char **argv)
yes = true;
break;
default:
-
usage_update();
+
usage_clean();
return (EX_USAGE);
}
}