[sdk/kdesrc-build/docbook_historied_per_file] doc/cmdline: xsession: Add option to allow overwriting existing login mgr config.
Michael Pyne
null at kde.org
Fri May 10 10:15:58 BST 2024
Git commit 271299a68d0410530f93c1a9991d93511f0f8429 by Michael Pyne.
Committed on 29/10/2012 at 03:11.
Pushed by ashark into branch 'docbook_historied_per_file'.
xsession: Add option to allow overwriting existing login mgr config.
This implements the command line option mentioned in the last commit, to
allow for overwriting .xsession (and possibly .kde-env-master.sh, if it
exists).
Probably would still be a good idea to make a backup though.
Original commit: f821c713
https://invent.kde.org/sdk/kdesrc-build/-/commit/f821c713c220b07298499adace273367ee4ac113
M +26 -0 doc/cmdline/supported-cmdline-params.docbook
https://invent.kde.org/sdk/kdesrc-build/-/commit/271299a68d0410530f93c1a9991d93511f0f8429
diff --git a/doc/cmdline/supported-cmdline-params.docbook b/doc/cmdline/supported-cmdline-params.docbook
index 2c435608..cc2498ba 100644
--- a/doc/cmdline/supported-cmdline-params.docbook
+++ b/doc/cmdline/supported-cmdline-params.docbook
@@ -356,6 +356,32 @@ aid.</para></note>
</listitem>
</varlistentry>
+<varlistentry id="cmdline-delete-my-patches">
+<term><parameter>--delete-my-patches</parameter></term>
+<listitem><para>
+This option is used to let &kdesrc-build; delete source directories that may
+contain user data, so that the module can be re-downloaded. This would normally
+only be useful for &kde; developers (who might have local changes that would be
+deleted).</para>
+
+<para>This is currently only used to checkout modules that have been converted
+from &subversion; to &git;. You should not use this option normally,
+&kdesrc-build; will prompt to be re-run with it if it is needed.</para>
+</listitem>
+</varlistentry>
+
+<varlistentry id="cmdline-delete-my-settings">
+<term><parameter>--delete-my-settings</parameter></term>
+<listitem><para>
+This option is used to let &kdesrc-build; overwrite existing files which may contain
+user data.</para>
+
+<para>This is currently only used for xsession setup for the login manager. You
+should not use this option normally, &kdesrc-build; will prompt to be re-run
+with it if it is needed.</para>
+</listitem>
+</varlistentry>
+
<varlistentry id="cmdline-global-option">
<term><parameter>--<option-name>=</parameter></term>
<listitem><para>
More information about the kde-doc-english
mailing list