pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/R2pkg/files Sort options. Minor other fixes.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3220fd290c67
branches:  trunk
changeset: 365523:3220fd290c67
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 18 18:44:06 2017 +0000

description:
Sort options. Minor other fixes.

diffstat:

 pkgtools/R2pkg/files/R2pkg.8 |  22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diffs (64 lines):

diff -r 96a1d51d9a33 -r 3220fd290c67 pkgtools/R2pkg/files/R2pkg.8
--- a/pkgtools/R2pkg/files/R2pkg.8      Tue Jul 18 18:41:23 2017 +0000
+++ b/pkgtools/R2pkg/files/R2pkg.8      Tue Jul 18 18:44:06 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: R2pkg.8,v 1.3 2017/07/18 18:41:23 wiz Exp $
+.\"    $NetBSD: R2pkg.8,v 1.4 2017/07/18 18:44:06 wiz Exp $
 .\"
 .\" Copyright (c) 2014,2015,2016,2017
 .\"    Brook Milligan.  All rights reserved.
@@ -36,7 +36,7 @@
 .Nd create a pkgsrc package for an R package
 .Sh SYNOPSIS
 .Nm
-.Op Fl DVehqruv
+.Op Fl DehqruVv
 .Op Fl E Ar editor
 .Op Fl R Ar dependency_file
 .Op Ar package
@@ -101,6 +101,12 @@
 Use
 .Ar editor
 instead of the user's default editor.
+.It Fl e
+Do not edit Makefile and DESCR.
+.It Fl h
+Produce a short help message.
+.It Fl q
+Do not produce status messages along the way.
 .It Fl R Ar dependency_file
 Process dependency packages recursively using
 .Pa dependency_file
@@ -110,14 +116,6 @@
 Instead, the
 .Fl r
 option should be used to select recursion.
-.It Fl V
-Print the version.
-.It Fl e
-Do not edit Makefile and DESCR.
-.It Fl h
-Produce a short help message.
-.It Fl q
-Do not produce status messages along the way.
 .It Fl r
 Process dependency packages recursively.
 A
@@ -151,6 +149,8 @@
 .Pa R-package .
 The name of the package to be updated will be taken from the directory
 name and need not be given on the command line.
+.It Fl V
+Print the version.
 .It Fl v
 Generate verbose output.
 This may be repeated to increase the verbosity.
@@ -159,7 +159,7 @@
 The following environment variables affect the execution of
 .Nm :
 .Bl -tag -width BLOCKSIZE
-.It Ev PKGEDITOR, EDITOR
+.It Ev PKGEDITOR , EDITOR
 Editor used for editing
 .Pa Makefile
 and



Home | Main Index | Thread Index | Old Index