Skip to content

CLI: Added missing options to listing #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions src/5.2/en/cli.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,22 @@ OK (1 backup, 0 checks, 0 encryption, 0 syncs, 0 cleanups)</screen>
</para>

<screen>$ <userinput>phpbu --help</userinput>
<![CDATA[phpbu 5.2.0 by Sebastian Feldmann and Contributors.
<![CDATA[phpbu 5.2.10 by Sebastian Feldmann and contributors.

Usage: phpbu [option]

--bootstrap=<file> A "bootstrap" PHP file that is included before the backup.
--configuration=<file> A phpbu xml config file.
--colors Use colors in output.
--debug Display debugging information during backup generation.
--limit=<subset> Limit backup execution to a subset.
--simulate Perform a trial run with no changes made.
-h, --help Print this usage information.
-v, --verbose Output more verbose information.
-V, --version Output version information and exit.]]></screen>
--bootstrap=<file> A "bootstrap" PHP file that is included before the backup.
--configuration=<file> A phpbu configuration file.
--colors Use colors in output.
--debug Display debugging information during backup generation.
--generate-configuration Create a new configuration skeleton.
--limit=<subset> Limit backup execution to a subset.
--simulate Perform a trial run with no changes made.
-h, --help Print this usage information.
-v, --verbose Output more verbose information.
-V, --version Output version information and exit.
--version-check Check whether phpbu is up to date.
--self-update Upgrade phpbu to the latest version.]]></screen>

<variablelist>

Expand Down
21 changes: 12 additions & 9 deletions src/6.0/en/cli.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,18 @@ OK (1 backup, 0 checks, 0 encryption, 0 syncs, 0 cleanups)</screen>

Usage: phpbu [option]

--bootstrap=<file> A "bootstrap" PHP file that is included before the backup.
--configuration=<file> A phpbu xml config file.
--colors Use colors in output.
--debug Display debugging information during backup generation.
--limit=<subset> Limit backup execution to a subset.
--simulate Perform a trial run with no changes made.
-h, --help Print this usage information.
-v, --verbose Output more verbose information.
-V, --version Output version information and exit.]]></screen>
--bootstrap=<file> A "bootstrap" PHP file that is included before the backup.
--configuration=<file> A phpbu configuration file.
--colors Use colors in output.
--debug Display debugging information during backup generation.
--generate-configuration Create a new configuration skeleton.
--limit=<subset> Limit backup execution to a subset.
--simulate Perform a trial run with no changes made.
-h, --help Print this usage information.
-v, --verbose Output more verbose information.
-V, --version Output version information and exit.
--version-check Check whether phpbu is up to date.
--self-update Upgrade phpbu to the latest version.]]></screen>

<variablelist>

Expand Down