blob: fd02368c40243bbc3eafa0accc5b70e8d0d8b0c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#!/bin/sh
# shellcheck disable=SC2034
set -eu
MSG_USAGE='Uzmaniero: git permalink [-phV] DOSIERO [LINIONO]'
MSG_HELP='Ebloj:
-p nur presas la ligon, ne provas malfermi ĝin
-h, --help montras ĉi tiun helpmesaĝon
-V, --version presas la versian numeron
Vidu "man git-permalink" por pliaj informoj.'
MSG_MISSING_FILE="La argumento DOSIERO mankas."
MSG_UNSUPPORTED_ORIGIN='Origo ne estas subtenata: %s.
Aldoni anstataŭan ŝablonon por uzi git-permalink (vidu
"man git-permalink.1" por instrukcioj).'
MSG_OPEN='Malfermado de %s'
|