diff --git a/debian/changelog b/debian/changelog index 7a6eee01..da72bbb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,6 @@ screen-profiles (1.42) unreleased; urgency=low [ Dustin Kirkland ] - * added logo for Arch linux * 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) * 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 programs that support this, such as vi and emacs, LP: #349677 * 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 ] * 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 - -- Dustin Kirkland Tue, 31 Mar 2009 16:52:12 -0500 + -- Dustin Kirkland Tue, 31 Mar 2009 17:31:10 -0500 screen-profiles (1.41-0ubuntu1) jaunty; urgency=low diff --git a/po/es.po b/po/es.po index 30e08bce..d3650d85 100644 --- a/po/es.po +++ b/po/es.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\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" "Last-Translator: Nicolas Valcarcel \n" "Language-Team: LANGUAGE \n" diff --git a/po/fr.po b/po/fr.po index 2911f941..c7ff3e7a 100644 --- a/po/fr.po +++ b/po/fr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\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" "Last-Translator: Nicolas Barcet \n" "Language-Team: LANGUAGE \n" diff --git a/po/screen-profiles.pot b/po/screen-profiles.pot index d0158ca5..50dba0c4 100644 --- a/po/screen-profiles.pot +++ b/po/screen-profiles.pot @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\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" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/screen-profiles-export.1 b/screen-profiles-export.1 index a1906994..9631051c 100644 --- a/screen-profiles-export.1 +++ b/screen-profiles-export.1 @@ -3,12 +3,12 @@ screen\-profiles\-export \- create a screen-profiles archive for export .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 .TP -.B \-d DISTRO -c COLOR -Optional parameters specifying the desired distro/color theme. If omitted, the program will interactively prompt for both of these values. +.B \-c COLOR +Optional parameter specifying the desired color scheme. If omitted, the program will interactively prompt for this value. .TP .B \-f TARGET.tar.gz Required parameter for the target file to contain the output archive.