[Bug 423007] zypper: wrapping usage texts
https://bugzilla.novell.com/show_bug.cgi?id=423007 https://bugzilla.novell.com/show_bug.cgi?id=423007#c5 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|libzypp |libzypp Version|RC 1 |13.2 Milestone 0 Product|openSUSE 11.4 |openSUSE Factory --- Comment #5 from Michael Andres <ma@suse.com> 2014-01-13 13:15:21 CET --- static string help_global_repo_options = _(" Repository Options:\n" "\t--no-gpg-checks\t\tIgnore GPG check failures and continue.\n" "\t--gpg-auto-import-keys\tAutomatically trust and import new repository\n" "\t\t\t\tsigning keys.\n" "\t--plus-repo, -p <URI>\tUse an additional repository.\n" "\t--disable-repositories\tDo not read meta-data from repositories.\n" "\t--no-refresh\t\tDo not refresh the repositories.\n" "\t--no-cd\t\t\tIgnore CD/DVD repositories.\n" "\t--no-remote\t\tIgnore remote repositories.\n" ); Hard to achieve the way zypper handles it's help texts. The burden of formatting the text is passed to the translator. We'd need to establish some mechanism that allows formatting the translated help text upon writing. Ideally a way that also allows to create the man page entries from the cli option definition in the source, so the manpage is always up-to-date with the source. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com