* screen-profiles-export, screen-profiles-export.1: drop distro selection,

no longer needed
 -- Dustin Kirkland <kirkland@ubuntu.com>Tue, 31 Mar 2009 17:31:10 -0500
This commit is contained in:
Dustin Kirkland 2009-03-31 17:31:57 -05:00
commit a67a99a22f
5 changed files with 11 additions and 8 deletions

7
debian/changelog vendored
View file

@ -1,7 +1,6 @@
screen-profiles (1.42) unreleased; urgency=low screen-profiles (1.42) unreleased; urgency=low
[ Dustin Kirkland ] [ Dustin Kirkland ]
* added logo for Arch linux
* bin/cpu-freq: fix cpu freq for powerpc hardware, LP: #352286; * bin/cpu-freq: fix cpu freq for powerpc hardware, LP: #352286;
use 2 decimals for GHz (bring this down to 1 decimal when cpus hit 10GHz) use 2 decimals for GHz (bring this down to 1 decimal when cpus hit 10GHz)
* debian/postinst, debian/prerm, screen: remove some maintainer hacks * debian/postinst, debian/prerm, screen: remove some maintainer hacks
@ -10,6 +9,10 @@ screen-profiles (1.42) unreleased; urgency=low
* profiles/common: added 'altscreen on', which cleans the screen for * profiles/common: added 'altscreen on', which cleans the screen for
programs that support this, such as vi and emacs, LP: #349677 programs that support this, such as vi and emacs, LP: #349677
* bin/logo, profiles/common, profiles/generate: dynamically print logo * bin/logo, profiles/common, profiles/generate: dynamically print logo
LP: #352632
* screen-profiles-export, screen-profiles-export.1: drop distro selection,
no longer needed
* added logo for Arch linux
[ Adi Roiban ] [ Adi Roiban ]
* debian/install, debian/rules, po/POTFILES.python, po/POTFILES.sh, * debian/install, debian/rules, po/POTFILES.python, po/POTFILES.sh,
@ -17,7 +20,7 @@ screen-profiles (1.42) unreleased; urgency=low
in the screen-profiles build and install in the screen-profiles build and install
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 31 Mar 2009 16:52:12 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Tue, 31 Mar 2009 17:31:10 -0500
screen-profiles (1.41-0ubuntu1) jaunty; urgency=low screen-profiles (1.41-0ubuntu1) jaunty; urgency=low

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 1.0\n" "Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-03-31 16:58-0500\n" "POT-Creation-Date: 2009-03-31 17:08-0500\n"
"PO-Revision-Date: 2008-12-22 01:01-0500\n" "PO-Revision-Date: 2008-12-22 01:01-0500\n"
"Last-Translator: Nicolas Valcarcel <nvalcarcel@ubuntu.com>\n" "Last-Translator: Nicolas Valcarcel <nvalcarcel@ubuntu.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 1.0\n" "Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-03-31 16:58-0500\n" "POT-Creation-Date: 2009-03-31 17:08-0500\n"
"PO-Revision-Date: 2008-12-17 23:42+0100\n" "PO-Revision-Date: 2008-12-17 23:42+0100\n"
"Last-Translator: Nicolas Barcet <nicolas.barcet@ubuntu.com>\n" "Last-Translator: Nicolas Barcet <nicolas.barcet@ubuntu.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-03-31 16:58-0500\n" "POT-Creation-Date: 2009-03-31 17:08-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View file

@ -3,12 +3,12 @@
screen\-profiles\-export \- create a screen-profiles archive for export screen\-profiles\-export \- create a screen-profiles archive for export
.SH SYNOPSIS .SH SYNOPSIS
.BI "screen\-profiles\-export [\-d DISTRO \-c COLOR] \-f TARGET.tar.gz" .BI "screen\-profiles\-export [\-c COLOR] \-f TARGET.tar.gz"
.SH OPTIONS .SH OPTIONS
.TP .TP
.B \-d DISTRO -c COLOR .B \-c COLOR
Optional parameters specifying the desired distro/color theme. If omitted, the program will interactively prompt for both of these values. Optional parameter specifying the desired color scheme. If omitted, the program will interactively prompt for this value.
.TP .TP
.B \-f TARGET.tar.gz .B \-f TARGET.tar.gz
Required parameter for the target file to contain the output archive. Required parameter for the target file to contain the output archive.