mirror of
https://github.com/winneon/gsu.git
synced 2026-09-10 07:16:25 -04:00
general: fixed some spacing issues
This commit is contained in:
parent
c5c69bbe25
commit
607ac9979e
|
|
@ -28,7 +28,7 @@ GENERAL OPTIONS
|
|||
-u, --upload Upload after running the utility.
|
||||
--hide Minimize the current window while capturing.
|
||||
This is useful when running with --terminal to hide
|
||||
the newly opened term.
|
||||
the newly opened term.
|
||||
--terminal Open interactive commands in a new terminal..
|
||||
SET THIS IF RUNNING FROM ANYTHING OTHER THAN A TERM,
|
||||
i.e. xbindkeys
|
||||
|
|
|
|||
4
gsu
4
gsu
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
VERSION="1.3.1"
|
||||
VERSION="1.3.1-git"
|
||||
config_path="${XDG_CONFIG_HOME:-${HOME}/.config}/gsu"
|
||||
|
||||
notify() {
|
||||
|
|
@ -26,7 +26,7 @@ GENERAL OPTIONS
|
|||
-u, --upload Upload after running the utility.
|
||||
--hide Minimize the current window while capturing.
|
||||
This is useful when running with --terminal to hide
|
||||
the newly opened term.
|
||||
the newly opened term.
|
||||
--terminal Open interactive commands in a new terminal..
|
||||
SET THIS IF RUNNING FROM ANYTHING OTHER THAN A TERM,
|
||||
i.e. xbindkeys
|
||||
|
|
|
|||
5
gsu.1
5
gsu.1
|
|
@ -1,7 +1,7 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
|
||||
.TH GSU "1" "September 2017" "gsu 1.3.1" "User Commands"
|
||||
.TH GSU "1" "September 2017" "gsu 1.3.1-git" "User Commands"
|
||||
.SH NAME
|
||||
gsu \- manual page for gsu 1.3.1
|
||||
gsu \- manual page for gsu 1.3.1-git
|
||||
.SH SYNOPSIS
|
||||
.B gsu
|
||||
[\fI\,OPTION\/\fR]... \fI\,SOURCE\/\fR
|
||||
|
|
@ -28,7 +28,6 @@ Upload after running the utility.
|
|||
\fB\-\-hide\fR
|
||||
Minimize the current window while capturing.
|
||||
This is useful when running with \fB\-\-terminal\fR to hide
|
||||
.IP
|
||||
the newly opened term.
|
||||
.TP
|
||||
\fB\-\-terminal\fR
|
||||
|
|
|
|||
Loading…
Reference in a new issue