summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-07-18 18:44:06 +0000
committerwiz <wiz@pkgsrc.org>2017-07-18 18:44:06 +0000
commitff0b446a730c17ba896fb54050d0d20034ab9bd6 (patch)
treebc404ebc0932ecf744ac2b38bbeb8e7a71435f5d /pkgtools
parent44ecdcd2fe7a1bcd000340500abc53fa5b83287c (diff)
downloadpkgsrc-ff0b446a730c17ba896fb54050d0d20034ab9bd6.tar.gz
Sort options. Minor other fixes.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/R2pkg/files/R2pkg.822
1 files changed, 11 insertions, 11 deletions
diff --git a/pkgtools/R2pkg/files/R2pkg.8 b/pkgtools/R2pkg/files/R2pkg.8
index d43734550ac..19b9d06d4a0 100644
--- a/pkgtools/R2pkg/files/R2pkg.8
+++ b/pkgtools/R2pkg/files/R2pkg.8
@@ -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 @@ package.
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 @@ internal use only to implement recursion over dependencies.
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 @@ must be run in an R package directory, which is assumed to be named as
.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 @@ This may be repeated to increase the verbosity.
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