Skip to content

Commit

Permalink
Lançamento da versão 1.0.2 - Corrigida falha introduzida no código na…
Browse files Browse the repository at this point in the history
… exibição do nome do aplicativo no "--help" (variável não refatorada corretamente)
  • Loading branch information
gustavosotnas committed Apr 7, 2015
1 parent 9ef5a09 commit e26b6ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions terminal-initializer/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: terminal-initializer
Version: 1.0.1
Version: 1.0.2
Section: misc
Maintainer: Gustavo Moraes <gustavosotnas1@gmail.com>
Homepage: https://github.com/gustavosotnas/terminal-initializer
Installed-Size: 10
Installed-Size: 25
Priority: optional
Architecture: all
Depends: lsb-release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# for more details.

APP_NAME="Terminal Initializer"
VERSION="1.0.1"
VERSION="1.0.2"
APP_AUTHOR="Copyright (C) 2014-2015 Gustavo Moraes, Pedro Henrique
<gustavosotnas1@gmail.com>, <pedrohenriquedrim@gmail.com>"
APP_CMD_NAME="terminal-initializer"
Expand Down Expand Up @@ -41,14 +41,14 @@ function setText_ES()
# Padrão de lista de ajuda: 1 TAB antes do nome da opção e 5 TAB antes da descrição da opção
HELP_TEXT="
Uso:
$USER_INSTALL_HOME_NAME
$USER_INSTALL_HOME_NAME [OPCIÓN]
$APP_CMD_NAME
$APP_CMD_NAME [OPCIÓN]
$APP_NAME es un pequeño programa para visualizar archivos de texto
aleatoriamente en el Terminal. El programa viene de fábrica con cuatro
ejemplos de \"Tux arte ASCII\", pero sirve cualquier información (texto)
que desea mostrar en el log in en su terminal, incluso chistes.
Simplemente poner algún archivo de texto en la carpeta \"$USER_INSTALL_HOME_NAME\"
Simplemente poner algún archivo de texto en la carpeta \"$APP_CMD_NAME\"
que se encuentra en su carpeta de inicio y listo.
Opciones:
Expand All @@ -64,14 +64,14 @@ function setText_EN()
{
HELP_TEXT="
Usage:
$USER_INSTALL_HOME_NAME
$USER_INSTALL_HOME_NAME [OPTION]
$APP_CMD_NAME
$APP_CMD_NAME [OPTION]
$APP_NAME is a small program to display random text files
in Terminal. The program comes by default with four
examples of \"Tux ASCII Art\", but serves any hint (text)
you want to show at the log in of your terminal, even jokes.
Just put some text file in the folder \"$USER_INSTALL_HOME_NAME\"
Just put some text file in the folder \"$APP_CMD_NAME\"
located in your HOME folder and ready.
Options:
Expand Down

0 comments on commit e26b6ed

Please sign in to comment.