Released as 20220822 ('Rushdie')

This commit is contained in:
Ole Tange 2022-08-22 22:53:07 +02:00
parent 6097ff9de7
commit 034f220f86
21 changed files with 93 additions and 87 deletions

9
NEWS
View file

@ -1,3 +1,12 @@
20220822
New in this release:
* --header 0 allows using {filename} as replacement string
* Bug fixes and man page updates.
20220722
New in this release:

24
README
View file

@ -57,11 +57,11 @@ document.
Full installation of GNU Parallel is as simple as:
wget https://ftpmirror.gnu.org/parallel/parallel-20220722.tar.bz2
wget https://ftpmirror.gnu.org/parallel/parallel-20220722.tar.bz2.sig
gpg parallel-20220722.tar.bz2.sig
bzip2 -dc parallel-20220722.tar.bz2 | tar xvf -
cd parallel-20220722
wget https://ftpmirror.gnu.org/parallel/parallel-20220822.tar.bz2
wget https://ftpmirror.gnu.org/parallel/parallel-20220822.tar.bz2.sig
gpg parallel-20220822.tar.bz2.sig
bzip2 -dc parallel-20220822.tar.bz2 | tar xvf -
cd parallel-20220822
./configure && make && sudo make install
@ -70,11 +70,11 @@ Full installation of GNU Parallel is as simple as:
If you are not root you can add ~/bin to your path and install in
~/bin and ~/share:
wget https://ftpmirror.gnu.org/parallel/parallel-20220722.tar.bz2
wget https://ftpmirror.gnu.org/parallel/parallel-20220722.tar.bz2.sig
gpg parallel-20220722.tar.bz2.sig
bzip2 -dc parallel-20220722.tar.bz2 | tar xvf -
cd parallel-20220722
wget https://ftpmirror.gnu.org/parallel/parallel-20220822.tar.bz2
wget https://ftpmirror.gnu.org/parallel/parallel-20220822.tar.bz2.sig
gpg parallel-20220822.tar.bz2.sig
bzip2 -dc parallel-20220822.tar.bz2 | tar xvf -
cd parallel-20220822
./configure --prefix=$HOME && make && make install
Or if your system lacks 'make' you can simply copy src/parallel
@ -122,8 +122,8 @@ will love you for it.
When using programs that use GNU Parallel to process data for
publication please cite:
Tange, O. (2022, July 22). GNU Parallel 20220722 ('Roe vs Wade').
Zenodo. https://doi.org/10.5281/zenodo.6891516
Tange, O. (2022, August 22). GNU Parallel 20220822 ('Rushdie').
Zenodo. https://doi.org/10.5281/zenodo.7015730
Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free
Software Foundation, Inc.

20
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for parallel 20220722.
# Generated by GNU Autoconf 2.71 for parallel 20220822.
#
# Report bugs to <bug-parallel@gnu.org>.
#
@ -610,8 +610,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='parallel'
PACKAGE_TARNAME='parallel'
PACKAGE_VERSION='20220722'
PACKAGE_STRING='parallel 20220722'
PACKAGE_VERSION='20220822'
PACKAGE_STRING='parallel 20220822'
PACKAGE_BUGREPORT='bug-parallel@gnu.org'
PACKAGE_URL=''
@ -1246,7 +1246,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures parallel 20220722 to adapt to many kinds of systems.
\`configure' configures parallel 20220822 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1313,7 +1313,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of parallel 20220722:";;
short | recursive ) echo "Configuration of parallel 20220822:";;
esac
cat <<\_ACEOF
@ -1390,7 +1390,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
parallel configure 20220722
parallel configure 20220822
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@ -1427,7 +1427,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by parallel $as_me 20220722, which was
It was created by parallel $as_me 20220822, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@ -2379,7 +2379,7 @@ fi
# Define the identity of the package.
PACKAGE='parallel'
VERSION='20220722'
VERSION='20220822'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@ -3026,7 +3026,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by parallel $as_me 20220722, which was
This file was extended by parallel $as_me 20220822, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -3090,7 +3090,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
parallel config.status 20220722
parallel config.status 20220822
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

View file

@ -1,4 +1,4 @@
AC_INIT([parallel],[20220722],[bug-parallel@gnu.org])
AC_INIT([parallel],[20220822],[bug-parallel@gnu.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([

View file

@ -19,9 +19,6 @@ Quote of the month:
parallel is so useful and i use it multiple times daily.
-- arrakeen@ycombinator
Parallel is Good Stuff (tm)
-- bloopernova@ycombinator
GNU Parallel is one of my favorite utilities of all time.
-- paskozdilar@ycombinator
@ -189,6 +186,9 @@ https://negfeedback.blogspot.com/2020/05/indispensable-command-line-tools.html
=== Used ===
Parallel is Good Stuff (tm)
-- bloopernova@ycombinator
The syntax for GNU Parallel is so slick that I often use it just to make my script read nicer, and the parallelism is a cherry on top.
-- Epistaxis@reddit

View file

@ -8,6 +8,7 @@
Check that documentation is updated (compare to web):
git checkout master
git grep -E '(alpha|beta) testing' | cat
git diff $(date --date="last month" +%Y%m22)
Unmodified beta since last version => production
@ -254,25 +255,21 @@ from:tange@gnu.org
to:parallel@gnu.org, bug-parallel@gnu.org
stable-bcc: Jesse Alama <jessealama@fastmail.fm>
Subject: GNU Parallel 20220822 ('<<>>') released
Subject: GNU Parallel 20220822 ('Rushdie') released
GNU Parallel 20220822 ('<<>>') has been released. It is available for download at: lbry://@GnuParallel:4
GNU Parallel 20220822 ('Rushdie') has been released. It is available for download at: lbry://@GnuParallel:4
Quote of the month:
<<>>
Parallel is Good Stuff (tm)
-- bloopernova@ycombinator
New in this release:
<<>>
* --header 0 allows using {filename} as replacement string
* Bug fixes and man page updates.
News about GNU Parallel:
<<>>
GNU Parallel - For people who live life in the parallel lane.

View file

@ -1,9 +1,6 @@
<directory name="parallel" rev="341" vrev="2" srcmd5="df119a8cde9feacd96d1622384c9ad95">
<entry name="PKGBUILD" md5="850a5b17f7e058e18b6af65b53a48612" size="1200" mtime="1658646567" />
<entry name="parallel-20220622.tar.bz2" md5="e330d251d143e78261152a1bc9ba49b7" size="2395628" mtime="1656697582" />
<entry name="parallel-20220722.tar.bz2" md5="381be98514f5804f0ae956a1798705ea" size="2388754" mtime="1658646567" />
<entry name="parallel.spec" md5="3cc70d80e7d839081e91086e819f2c64" size="5912" mtime="1658646567" />
<entry name="parallel_20220622.tar.gz" md5="d45944d9caef1e5ed33f723827e2564f" size="2626563" mtime="1656696826" />
<entry name="parallel_20220722.dsc" md5="27151f1ef8d54d71078cd479020813c5" size="556" mtime="1658646567" />
<entry name="parallel_20220722.tar.gz" md5="1118175b66b25650bde51aec55ff5e99" size="2086052" mtime="1658646567" />
<directory name="parallel" rev="347" vrev="2" srcmd5="803d9855154ec525873bed4782299c57">
<entry name="PKGBUILD" md5="20e14c8cccb155e3face39ed1a5f8e32" size="1866" mtime="1661195576" />
<entry name="parallel-20220822.tar.bz2" md5="df66fc183b6abddcf3d096d3d9c7e3fd" size="2389868" mtime="1661195576" />
<entry name="parallel.spec" md5="5782a2e9ee73bd3bf2b3824dc7fe9b61" size="6224" mtime="1661195576" />
<entry name="parallel_20220822.tar.gz" md5="b4907f90688afd39e7e8ce14650e7209" size="2646757" mtime="1661195577" />
</directory>

View file

@ -38,16 +38,15 @@ GNU niceload slows down a program when the computer load average (or other syste
<enable repository="Debian_Etch"/>
<enable repository="Fedora_12"/>
<disable arch="ppc64"/>
<disable arch="ppc" repository="CentOS_CentOS-5"/>
<disable arch="ppc64" repository="Debian_5.0"/>
<disable arch="ppc" repository="images"/>
<disable arch="ppc64" repository="CentOS_CentOS-5"/>
<disable arch="ppc" repository="RedHat_RHEL-5"/>
<disable arch="ppc" repository="SLE_10_SDK"/>
<disable arch="ppc" repository="SLE_11"/>
<disable arch="ppc" repository="SLE_11_SP1"/>
<disable arch="ppc" repository="openSUSE_Factory"/>
<disable repository="Arch_Core"/>
<disable arch="armv7l" repository="openSUSE_Leap_15.0_Ports"/>
<disable arch="ppc" repository="openSUSE_Factory"/>
<disable arch="ppc" repository="SLE_11_SP1"/>
<disable arch="ppc" repository="SLE_11"/>
<disable arch="ppc" repository="SLE_10_SDK"/>
<disable arch="ppc" repository="RedHat_RHEL-5"/>
</build>
<publish>
<disable repository="Arch_Core"/>

View file

@ -1,7 +1,7 @@
Summary: Shell tool for executing jobs in parallel
Name: parallel
Version: 20220722
Version: 20220822
Release: 2.2
License: GPL-3.0-or-later
Group: Productivity/File utilities
@ -57,6 +57,7 @@ make install prefix=$RPM_BUILD_ROOT%{_prefix} exec_prefix=$RPM_BUILD_ROOT%{_pref
rm $RPM_BUILD_ROOT%{_docdir}/parallel.html
rm $RPM_BUILD_ROOT%{_docdir}/env_parallel.html
rm $RPM_BUILD_ROOT%{_docdir}/parallel_examples.html
rm $RPM_BUILD_ROOT%{_docdir}/parallel_tutorial.html
rm $RPM_BUILD_ROOT%{_docdir}/parallel_design.html
rm $RPM_BUILD_ROOT%{_docdir}/parallel_alternatives.html
@ -69,6 +70,7 @@ rm $RPM_BUILD_ROOT%{_docdir}/parset.html
rm $RPM_BUILD_ROOT%{_docdir}/parsort.html
rm $RPM_BUILD_ROOT%{_docdir}/parallel.texi
rm $RPM_BUILD_ROOT%{_docdir}/env_parallel.texi
rm $RPM_BUILD_ROOT%{_docdir}/parallel_examples.texi
rm $RPM_BUILD_ROOT%{_docdir}/parallel_tutorial.texi
rm $RPM_BUILD_ROOT%{_docdir}/parallel_design.texi
rm $RPM_BUILD_ROOT%{_docdir}/parallel_alternatives.texi
@ -81,6 +83,7 @@ rm $RPM_BUILD_ROOT%{_docdir}/parset.texi
rm $RPM_BUILD_ROOT%{_docdir}/parsort.texi
rm $RPM_BUILD_ROOT%{_docdir}/parallel.pdf
rm $RPM_BUILD_ROOT%{_docdir}/env_parallel.pdf
rm $RPM_BUILD_ROOT%{_docdir}/parallel_examples.pdf
rm $RPM_BUILD_ROOT%{_docdir}/parallel_tutorial.pdf
rm $RPM_BUILD_ROOT%{_docdir}/parallel_design.pdf
rm $RPM_BUILD_ROOT%{_docdir}/parallel_alternatives.pdf
@ -95,6 +98,7 @@ rm $RPM_BUILD_ROOT%{_docdir}/parallel_cheat_bw.pdf
rm $RPM_BUILD_ROOT%{_docdir}/parallel_options_map.pdf
rm $RPM_BUILD_ROOT%{_docdir}/parallel.rst
rm $RPM_BUILD_ROOT%{_docdir}/env_parallel.rst
rm $RPM_BUILD_ROOT%{_docdir}/parallel_examples.rst
rm $RPM_BUILD_ROOT%{_docdir}/parallel_tutorial.rst
rm $RPM_BUILD_ROOT%{_docdir}/parallel_design.rst
rm $RPM_BUILD_ROOT%{_docdir}/parallel_alternatives.rst
@ -120,7 +124,7 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/zsh/site-functions/_parallel
/usr/share/man/man1/*
/usr/share/man/man7/*
%doc README NEWS src/parallel.html src/env_parallel.html src/parallel_tutorial.html src/parallel_design.html src/parallel_alternatives.html src/parallel_book.html src/sem.html src/sql.html src/parcat.html src/parset.html src/parsort.html src/niceload.html src/parallel.texi src/env_parallel.texi src/parallel_tutorial.texi src/parallel_design.texi src/parallel_alternatives.texi src/parallel_book.texi src/niceload.texi src/sem.texi src/sql.texi src/parcat.texi src/parset.texi src/parsort.texi src/parallel.pdf src/env_parallel.pdf src/parallel_tutorial.pdf src/parallel_design.pdf src/parallel_alternatives.pdf src/parallel_book.pdf src/niceload.pdf src/sem.pdf src/sql.pdf src/parcat.pdf src/parset.pdf src/parsort.pdf src/parallel_cheat_bw.pdf src/parallel_options_map.pdf src/parallel.rst src/env_parallel.rst src/parallel_tutorial.rst src/parallel_design.rst src/parallel_alternatives.rst src/parallel_book.rst src/niceload.rst src/sem.rst src/sql.rst src/parcat.rst src/parset.rst src/parsort.rst
%doc README NEWS src/parallel.html src/env_parallel.html src/parallel_examples.html src/parallel_tutorial.html src/parallel_design.html src/parallel_alternatives.html src/parallel_book.html src/sem.html src/sql.html src/parcat.html src/parset.html src/parsort.html src/niceload.html src/parallel.texi src/env_parallel.texi src/parallel_examples.texi src/parallel_tutorial.texi src/parallel_design.texi src/parallel_alternatives.texi src/parallel_book.texi src/niceload.texi src/sem.texi src/sql.texi src/parcat.texi src/parset.texi src/parsort.texi src/parallel.pdf src/env_parallel.pdf src/parallel_examples.pdf src/parallel_tutorial.pdf src/parallel_design.pdf src/parallel_alternatives.pdf src/parallel_book.pdf src/niceload.pdf src/sem.pdf src/sql.pdf src/parcat.pdf src/parset.pdf src/parsort.pdf src/parallel_cheat_bw.pdf src/parallel_options_map.pdf src/parallel.rst src/env_parallel.rst src/parallel_examples.rst src/parallel_tutorial.rst src/parallel_design.rst src/parallel_alternatives.rst src/parallel_book.rst src/niceload.rst src/sem.rst src/sql.rst src/parcat.rst src/parset.rst src/parsort.rst
%changelog
* Sat Jan 22 2011 Ole Tange

View file

@ -395,7 +395,7 @@ _parset_main() {
fi
if [ "$_parset_NAME" = "--version" ] ; then
# shellcheck disable=SC2006
echo "parset 20220723 (GNU parallel `parallel --minversion 1`)"
echo "parset 20220822 (GNU parallel `parallel --minversion 1`)"
echo "Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Software"
echo "Foundation, Inc."
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"

View file

@ -397,7 +397,7 @@ _parset_main() {
fi
if [ "$_parset_NAME" = "--version" ] ; then
# shellcheck disable=SC2006
echo "parset 20220723 (GNU parallel `parallel --minversion 1`)"
echo "parset 20220822 (GNU parallel `parallel --minversion 1`)"
echo "Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Software"
echo "Foundation, Inc."
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"

View file

@ -395,7 +395,7 @@ _parset_main() {
fi
if [ "$_parset_NAME" = "--version" ] ; then
# shellcheck disable=SC2006
echo "parset 20220723 (GNU parallel `parallel --minversion 1`)"
echo "parset 20220822 (GNU parallel `parallel --minversion 1`)"
echo "Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Software"
echo "Foundation, Inc."
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"

View file

@ -378,7 +378,7 @@ _parset_main() {
fi
if [ "$_parset_NAME" = "--version" ] ; then
# shellcheck disable=SC2006
echo "parset 20220723 (GNU parallel `parallel --minversion 1`)"
echo "parset 20220822 (GNU parallel `parallel --minversion 1`)"
echo "Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Software"
echo "Foundation, Inc."
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"

View file

@ -380,7 +380,7 @@ _parset_main() {
fi
if [ "$_parset_NAME" = "--version" ] ; then
# shellcheck disable=SC2006
echo "parset 20220723 (GNU parallel `parallel --minversion 1`)"
echo "parset 20220822 (GNU parallel `parallel --minversion 1`)"
echo "Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Software"
echo "Foundation, Inc."
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"

View file

@ -395,7 +395,7 @@ _parset_main() {
fi
if [ "$_parset_NAME" = "--version" ] ; then
# shellcheck disable=SC2006
echo "parset 20220723 (GNU parallel `parallel --minversion 1`)"
echo "parset 20220822 (GNU parallel `parallel --minversion 1`)"
echo "Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Software"
echo "Foundation, Inc."
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"

View file

@ -370,7 +370,7 @@ _parset_main() {
fi
if [ "$_parset_NAME" = "--version" ] ; then
# shellcheck disable=SC2006
echo "parset 20220723 (GNU parallel `parallel --minversion 1`)"
echo "parset 20220822 (GNU parallel `parallel --minversion 1`)"
echo "Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Software"
echo "Foundation, Inc."
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"

View file

@ -26,7 +26,7 @@
use strict;
use Getopt::Long;
$Global::progname="niceload";
$Global::version = 20220723;
$Global::version = 20220822;
Getopt::Long::Configure("bundling","require_order");
get_options_from_array(\@ARGV) || die_usage();
if($opt::version) {

View file

@ -2681,7 +2681,7 @@ sub check_invalid_option_combinations() {
sub init_globals() {
# Defaults:
$Global::version = 20220723;
$Global::version = 20220822;
$Global::progname = 'parallel';
$::name = "GNU Parallel";
$Global::infinity = 2**31;
@ -5563,8 +5563,8 @@ sub usage() {
"If you use programs that use GNU Parallel to process data for an article in a",
"scientific publication, please cite:",
"",
" Tange, O. (2022, July 22). GNU Parallel 20220722 ('Roe vs Wade').",
" Zenodo. https://doi.org/10.5281/zenodo.6891516",
" Tange, O. (2022, August 22). GNU Parallel 20220822 ('Rushdie').",
" Zenodo. https://doi.org/10.5281/zenodo.7015730",
"",
# Before changing these lines, please read
# https://www.gnu.org/software/parallel/parallel_design.html#citation-notice
@ -5596,8 +5596,8 @@ sub citation_notice() {
"If you use programs that use GNU Parallel to process data for an article in a",
"scientific publication, please cite:",
"",
" Tange, O. (2022, July 22). GNU Parallel 20220722 ('Roe vs Wade').",
" Zenodo. https://doi.org/10.5281/zenodo.6891516",
" Tange, O. (2022, August 22). GNU Parallel 20220822 ('Rushdie').",
" Zenodo. https://doi.org/10.5281/zenodo.7015730",
"",
# Before changing these line, please read
# https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and
@ -5724,20 +5724,20 @@ sub citation() {
"If you use programs that use GNU Parallel to process data for an article in a",
"scientific publication, please cite:",
"",
"\@software{tange_2022_6891516,",
"\@software{tange_2022_7015730,",
" author = {Tange, Ole},",
" title = {GNU Parallel 20220722 ('Roe vs Wade')},",
" month = Jul,",
" title = {GNU Parallel 20220822 ('Rushdie')},",
" month = Aug,",
" year = 2022,",
" note = {{GNU Parallel is a general parallelizer to run",
" multiple serial command line programs in parallel",
" without changing them.}},",
" publisher = {Zenodo},",
" doi = {10.5281/zenodo.6891516},",
" url = {https://doi.org/10.5281/zenodo.6891516}",
" doi = {10.5281/zenodo.7015730},",
" url = {https://doi.org/10.5281/zenodo.7015730}",
"}",
"",
"(Feel free to use \\nocite{tange_2022_6891516})",
"(Feel free to use \\nocite{tange_2022_7015730})",
"",
# Before changing these lines, please read
# https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and

View file

@ -749,7 +749,7 @@ See also: B<--basefile> B<--transfer> B<--transferfile> B<--sshlogin>
B<--return>
=item B<--color> (alpha testing)
=item B<--color> (beta testing)
Colour output.
@ -761,9 +761,9 @@ B<--color> is ignored when using B<-u>.
See also: B<--color-failed>
=item B<--color-failed> (alpha testing)
=item B<--color-failed> (beta testing)
=item B<--cf> (alpha testing)
=item B<--cf> (beta testing)
Colour the output from failing jobs white on red.
@ -1591,9 +1591,9 @@ Example:
See also: B<--line-buffer>
=item B<--line-buffer> (alpha testing)
=item B<--line-buffer> (beta testing)
=item B<--lb> (alpha testing)
=item B<--lb> (beta testing)
Buffer output on line basis.
@ -1833,9 +1833,9 @@ there will be several job sequence 1.
See also: B<--nonall> B<--sshlogin>
=item B<--open-tty> (beta testing)
=item B<--open-tty>
=item B<-o> (beta testing)
=item B<-o>
Open terminal tty.
@ -1985,7 +1985,7 @@ inspired by bash's parameter expansion:
See also: B<--rpl> B<{}>
=item B<--process-slot-var> I<varname> (beta testing)
=item B<--process-slot-var> I<varname>
Set the environment variable I<varname> to the jobslot number-1.
@ -2493,7 +2493,7 @@ I<n>=0 means infinite.
See also: B<--term-seq> B<--sshlogin>
=item B<--return> I<filename>
=item B<--return> I<filename> (alpha testing)
Transfer files from remote computers.
@ -2868,7 +2868,7 @@ B<--shebang-wrap> must be set as the first option.
See also: B<--shebang>
=item B<--shell-completion> I<shell> (alpha testing)
=item B<--shell-completion> I<shell> (beta testing)
Generate shell completion code for interactive shells.
@ -3328,7 +3328,7 @@ Print the job to be run on stderr (standard error).
See also: B<-v> B<--interactive>
=item B<--transfer>
=item B<--transfer> (alpha testing)
Transfer files to remote computers.
@ -3337,9 +3337,9 @@ Shorthand for: B<--transferfile {}>.
See also: B<--transferfile>.
=item B<--transferfile> I<filename>
=item B<--transferfile> I<filename> (alpha testing)
=item B<--tf> I<filename>
=item B<--tf> I<filename> (alpha testing)
Transfer I<filename> to remote computers.
@ -3391,7 +3391,7 @@ See also: B<--workdir> B<--sshlogin> B<--basefile> B<--return>
B<--cleanup>
=item B<--trc> I<filename>
=item B<--trc> I<filename> (alpha testing)
Transfer, Return, Cleanup. Shorthand for: B<--transfer> B<--return>
I<filename> B<--cleanup>

View file

@ -122,7 +122,7 @@ GetOptions(
"help" => \$opt::dummy,
) || exit(255);
$Global::progname = ($0 =~ m:(^|/)([^/]+)$:)[1];
$Global::version = 20220723;
$Global::version = 20220822;
if($opt::version) { version(); exit 0; }
@Global::sortoptions = grep { ! /^-D$/ }
shell_quote(@ARGV_before[0..($#ARGV_before-$#ARGV-1)]);

View file

@ -667,7 +667,7 @@ $Global::Initfile && unlink $Global::Initfile;
exit ($err);
sub parse_options {
$Global::version = 20220723;
$Global::version = 20220822;
$Global::progname = 'sql';
# This must be done first as this may exec myself