From f431cd1a48a6a5186633bf5f16a2d21cb4399e8c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 09 Feb 2012 10:56:43 -0500 Subject: Initial commit. TODO: Copyright information. Including source code and a patch to add files generated by GNU Autoconf is not very pretty... Running 'make dist' in the SVN trunk to generate a source archive might be better. --- (limited to 'src/man/opkg-key.1.in') diff --git a/src/man/opkg-key.1.in b/src/man/opkg-key.1.in new file mode 100644 index 0000000..f1aa221 --- /dev/null +++ b/src/man/opkg-key.1.in @@ -0,0 +1,37 @@ +.TH "@PACKAGE_NAME@" 1 "@CLEAN_DATE@" "@PACKAGE_STRING@" "User Commands" +.SH NAME +opkg-key \- utility to manage opkg's list of trusted keys + +. +.SH SYNOPSIS +.B \fBopkg-key\fP [\fIOPTIONS...\fP] \fIsub-command\fP [\fIARGUMENTS...\fP] +. +.SH DESCRIPTION +\fBopkg-key\fP is a utility to manage opkg's list of trusted keys. Opkg +is a lightweight package management system based on Ipkg. +. +.SH SUB-COMMANDS +.TP +\fBadd <\fIfile\fP>\fR +add the key contained in \fIfile\fP ('\-' for stdin) +.TP +\fBdel <\fIkeyid\fP>\fR +remove the key \fIkeyid\fP +.TP +\fBlist\fR +list trusted keys +. +.SH OPTIONS +.TP +\fB\-o <\fIroot\fP>\fR +use \fIroot\fP as the offline root directory +. +.SH "REPORTING BUGS" +Report bugs to http://code.google.com/p/opkg/issues/list +. +.SH COPYRIGHT +.P +Copyright \(co Opkg development team. +.P +Copyright \(co Ipkg development team. +. -- cgit v0.9.1