Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
70da76b6b7b2c2f10d088538fe6c5e4384e7d423
Print the usage of clean.
Julien Laffaye
committed
13 years ago
commit 70da76b6b7b2c2f10d088538fe6c5e4384e7d423
parent
43818cd351a29311b8778d2e5b336285799503b2
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);
}
}