small correction
This commit is contained in:
parent
e5b2df690a
commit
ae73a22724
4
envs
4
envs
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
# envs - manage user-submitted scripts and apps
|
# envs - manage user-submitted scripts and apps
|
||||||
# forked from tilde
|
# forked from tilde.team
|
||||||
|
|
||||||
# Copyright 2018, Ben Harris <ben@tilde.team>
|
# Copyright 2018, Ben Harris <ben@tilde.team>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
PROGNAME=${0##*/}
|
PROGNAME=${0##*/}
|
||||||
VERSION="0.0.2"
|
VERSION="0.0.1"
|
||||||
|
|
||||||
|
|
||||||
clean_up() { # Perform pre-exit housekeeping
|
clean_up() { # Perform pre-exit housekeeping
|
||||||
|
|
5
envs.1
5
envs.1
|
@ -1,4 +1,4 @@
|
||||||
.TH envs 1 "5 September 2018" "v0.0.2"
|
.TH envs 1 "9 June 2019" "v0.0.1"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
envs \- user script wrapper and submission tool
|
envs \- user script wrapper and submission tool
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -29,6 +29,5 @@ Get the submitter's description for a script.
|
||||||
None.
|
None.
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
None known. Please submit to https://github.com/envs-net/envs_launcher/issues
|
None known. Please submit to https://github.com/envs-net/envs_launcher/issues
|
||||||
and https://tildegit.org/team/tilde-launcher/issues
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Ben Harris <ben (at) tilde (dot) team>
|
Ben Harris <creme (at) envs (dot) net>
|
||||||
|
|
Loading…
Reference in New Issue