mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* 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:
parent
b39fef72af
commit
a67a99a22f
5 changed files with 11 additions and 8 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -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 <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
|
||||
|
||||
|
|
2
po/es.po
2
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 <nvalcarcel@ubuntu.com>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
2
po/fr.po
2
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 <nicolas.barcet@ubuntu.com>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue