Skip to content

Commit

Permalink
general: fixed some spacing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
winneon committed Sep 14, 2017
1 parent c5c69bb commit 607ac99
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 2 deletions gsu
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 3 deletions gsu.1
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 607ac99

Please sign in to comment.