【G】Linuxコマンドリファレンス

Gから始まるコマンド一覧

GET

使用法: GET [-オプション] <url>...
    -m <メソッド>   リクエストに使用するメソッドを指定(デフォルトは 'GET')
    -f            GETがメソッドを不正と判断してもリクエストを実行
    -b <ベース>    指定されたURLを基準として使用
    -t <タイムアウト>  タイムアウト値を設定
    -i <時間>      リクエストのIf-Modified-Sinceヘッダーを設定
    -c <コンテンツタイプ> POST、PUT、PATCHにこのコンテンツタイプを使用
    -a            コンテンツの入出力にテキストモードを使用
    -p <プロキシURL>  このURLをプロキシとして使用
    -P            環境からプロキシ設定を読み込まない
    -H <ヘッダー>  このHTTPヘッダーを送信(複数指定可能)
    -C <ユーザー名>:<パスワード>
                  ベーシック認証のための認証情報を提供

    -u            レスポンスの前にメソッドとURLを表示
    -U            リクエストヘッダーを表示(-uを含む)
    -s            レスポンスのステータスコードを表示
    -S            レスポンスステータスチェーンを表示(-uを含む)
    -e            レスポンスヘッダーを表示(-sを含む)
    -E            ヘッダーチェーン全体を表示(-Sおよび-Uを含む)
    -d            コンテンツを表示しない
    -o <形式>     HTMLコンテンツをさまざまな方法で処理

    -v            プログラムのバージョンを表示
    -h            このメッセージを表示

gamemoded


"OPTION -h"
Usage: /bin/gamemoded [-d] [-l] [-r] [-t] [-h] [-v]

  -r[PID], --request=[PID] Toggle gamemode for process
                           When no PID given, requests gamemode and pauses
  -s[PID], --status=[PID]  Query the status of gamemode for process
                           When no PID given, queries the status globally
  -d, --daemonize          Daemonize self after launch
  -l, --log-to-syslog      Log to syslog
  -t, --test               Run tests
  -h, --help               Print this help
  -v, --version            Print version

See man page for more information.

gamma4scanimage


"OPTION -h"
/bin/gamma4scanimage error: gamma=0.000000 out of range [0.1;5]

gapplication


"OPTION -h"
認識できないコマンドです: -h

用法:

  gapplication COMMAND [引数…]

コマンド:
  help           ヘルプを表示する
  version        バージョンを表示する
  list-apps      アプリケーション一覧を表示する
  launch         アプリケーションを起動する
  action         Activate an action
  list-actions   List available actions

“gapplication help COMMAND”で詳細なヘルプを表示します。



gatttool


"OPTION -h"
Usage:
  gatttool [OPTION?]

Help Options:
  -h, --help                                Show help options
  --help-all                                Show all help options
  --help-gatt                               Show all GATT commands
  --help-params                             Show all Primary Services/Characteristics arguments
  --help-char-read-write                    Show all Characteristics Value/Descriptor Read/Write arguments

Application Options:
  -i, --adapter=hciX                        Specify local adapter interface
  -b, --device=MAC                          Specify remote Bluetooth address
  -t, --addr-type=[public | random]         Set LE address type. Default: public
  -m, --mtu=MTU                             Specify the MTU size
  -p, --psm=PSM                             Specify the PSM for GATT/ATT over BR/EDR
  -l, --sec-level=[low | medium | high]     Set security level. Default: low
  -I, --interactive                         Use interactive mode


gcalccmd


"OPTION -h"
Error 3

gcore


"OPTION -h"
usage:  gcore [-a] [-o prefix] pid1 [pid2...pidN]

gcr-viewer


"OPTION -h"
用法:
  gcr-viewer [オプション…] [ファイル...] - 証明書や鍵ファイルを表示する

ヘルプのオプション:
  -h, --help               ヘルプのオプションを表示する
  --help-all               ヘルプのオプションをすべて表示する
  --help-gtk               GTK+ のオプションを表示する

アプリケーションのオプション:
  --version                アプリケーションのバージョンを表示する
  --display=DISPLAY        使用する X のディスプレイを指定する


gcr-viewer-gtk4


"OPTION -h"
用法:
  gcr-viewer-gtk4 [オプション…] [file...]

ヘルプのオプション:
  -h, --help                 ヘルプのオプションを表示する
  --help-all                 ヘルプのオプションをすべて表示する
  --help-gapplication        GApplication のオプションを表示する

アプリケーションのオプション:
  --version                  Show the application's version


gdb


"OPTION -h"
This is the GNU debugger.  Usage:

    gdb [options] [executable-file [core-file or process-id]]
    gdb [options] --args executable-file [inferior-arguments ...]

Selection of debuggee and its files:

  --args             Arguments after executable-file are passed to inferior.
  --core=COREFILE    Analyze the core dump COREFILE.
  --exec=EXECFILE    Use EXECFILE as the executable.
  --pid=PID          Attach to running process PID.
  --directory=DIR    Search for source files in DIR.
  --se=FILE          Use FILE as symbol file and executable file.
  --symbols=SYMFILE  Read symbols from SYMFILE.
  --readnow          Fully read symbol files on first access.
  --readnever        Do not read symbol files.
  --write            Set writing into executable and core files.

Initial commands and command files:

  --command=FILE, -x Execute GDB commands from FILE.
  --init-command=FILE, -ix
             Like -x but execute commands before loading inferior.
  --eval-command=COMMAND, -ex
             Execute a single GDB command.
             May be used multiple times and in conjunction
             with --command.
  --init-eval-command=COMMAND, -iex
             Like -ex but before loading inferior.
  --nh               Do not read ~/.gdbinit.
  --nx               Do not read any .gdbinit files in any directory.

Output and user interface control:

  --fullname         Output information used by emacs-GDB interface.
  --interpreter=INTERP
             Select a specific interpreter / user interface.
  --tty=TTY          Use TTY for input/output by the program being debugged.
  -w                 Use the GUI interface.
  --nw               Do not use the GUI interface.
  --tui              Use a terminal user interface.
  -q, --quiet, --silent
             Do not print version number on startup.

Operating modes:

  --batch            Exit after processing options.
  --batch-silent     Like --batch, but suppress all gdb stdout output.
  --return-child-result
             GDB exit code will be the child's exit code.
  --configuration    Print details about GDB configuration and then exit.
  --help             Print this message and then exit.
  --version          Print version information and then exit.

Remote debugging options:

  -b BAUDRATE        Set serial port baud rate used for remote debugging.
  -l TIMEOUT         Set timeout in seconds for remote debugging.

Other options:

  --cd=DIR           Change current directory to DIR.
  --data-directory=DIR, -D
             Set GDB's data-directory to DIR.

At startup, GDB reads the following early init files and executes their
commands:
   None found.

At startup, GDB reads the following init files and executes their commands:
   * system-wide init files: /etc/gdb/gdbinit

For more information, type "help" from within GDB, or consult the
GDB manual (available as on-line info or a printed manual).

Report bugs to <https://www.gnu.org/software/gdb/bugs/>.

You can ask GDB-related questions on the GDB users mailing list
(gdb@sourceware.org) or on GDB's IRC channel (#gdb on Libera.Chat).

gdb-add-index


"OPTION -h"
/bin/gdb-add-index: 77: readelf: not found
rm: 無効なオプション -- 'h'
詳しくは 'rm --help' を実行して下さい。
No executable file name was specified
gdb-add-index: No index was created for -h
gdb-add-index: [Was there no debuginfo? Was there already an index?]
rm: 無効なオプション -- 'h'
詳しくは 'rm --help' を実行して下さい。

gdbtui


"OPTION -h"
This is the GNU debugger.  Usage:

    gdb [options] [executable-file [core-file or process-id]]
    gdb [options] --args executable-file [inferior-arguments ...]

Selection of debuggee and its files:

  --args             Arguments after executable-file are passed to inferior.
  --core=COREFILE    Analyze the core dump COREFILE.
  --exec=EXECFILE    Use EXECFILE as the executable.
  --pid=PID          Attach to running process PID.
  --directory=DIR    Search for source files in DIR.
  --se=FILE          Use FILE as symbol file and executable file.
  --symbols=SYMFILE  Read symbols from SYMFILE.
  --readnow          Fully read symbol files on first access.
  --readnever        Do not read symbol files.
  --write            Set writing into executable and core files.

Initial commands and command files:

  --command=FILE, -x Execute GDB commands from FILE.
  --init-command=FILE, -ix
             Like -x but execute commands before loading inferior.
  --eval-command=COMMAND, -ex
             Execute a single GDB command.
             May be used multiple times and in conjunction
             with --command.
  --init-eval-command=COMMAND, -iex
             Like -ex but before loading inferior.
  --nh               Do not read ~/.gdbinit.
  --nx               Do not read any .gdbinit files in any directory.

Output and user interface control:

  --fullname         Output information used by emacs-GDB interface.
  --interpreter=INTERP
             Select a specific interpreter / user interface.
  --tty=TTY          Use TTY for input/output by the program being debugged.
  -w                 Use the GUI interface.
  --nw               Do not use the GUI interface.
  --tui              Use a terminal user interface.
  -q, --quiet, --silent
             Do not print version number on startup.

Operating modes:

  --batch            Exit after processing options.
  --batch-silent     Like --batch, but suppress all gdb stdout output.
  --return-child-result
             GDB exit code will be the child's exit code.
  --configuration    Print details about GDB configuration and then exit.
  --help             Print this message and then exit.
  --version          Print version information and then exit.

Remote debugging options:

  -b BAUDRATE        Set serial port baud rate used for remote debugging.
  -l TIMEOUT         Set timeout in seconds for remote debugging.

Other options:

  --cd=DIR           Change current directory to DIR.
  --data-directory=DIR, -D
             Set GDB's data-directory to DIR.

At startup, GDB reads the following early init files and executes their
commands:
   None found.

At startup, GDB reads the following init files and executes their commands:
   * system-wide init files: /etc/gdb/gdbinit

For more information, type "help" from within GDB, or consult the
GDB manual (available as on-line info or a printed manual).

Report bugs to <https://www.gnu.org/software/gdb/bugs/>.

You can ask GDB-related questions on the GDB users mailing list
(gdb@sourceware.org) or on GDB's IRC channel (#gdb on Libera.Chat).

gdbus


"OPTION -h"
Unknown command '-h'
用法:
  gdbus COMMAND

コマンド:
  help         この情報を表示する
  introspect   リモートオブジェクトをイントロスペクトする
  monitor      リモートオブジェクトを監視する
  call         リモートオブジェクトでメソッドを起動する
  emit         シグナルを送る
  wait         バス名の表示を待つ

“gdbus COMMAND --help”で各コマンドのヘルプを表示します。


gdk-pixbuf-csource


"OPTION -h"
Usage: gdk-pixbuf-csource-3.0 [options] [image]
       gdk-pixbuf-csource-3.0 [options] --build-list [[name image]...]
  --stream                   generate pixbuf data stream
  --struct                   generate GdkPixdata structure
  --macros                   generate image size/pixel macros
  --rle                      use one byte run-length-encoding
  --raw                      provide raw image data copy
  --extern                   generate extern symbols
  --static                   generate static symbols
  --decoder                  provide rle decoder
  --name=identifier          C macro/variable name
  --build-list               parse (name, image) pairs
  -h, --help                 show this help message
  -v, --version              print version informations
  --g-fatal-warnings         make warnings fatal (abort)

gdk-pixbuf-pixdata


"OPTION -h"
Usage: gdk-pixbuf-pixdata-3.0 [options] [input-file] [output-file]
  -r, --rle                  compress the image data using RLE
  -h, --help                 show this help message
  -v, --version              print version informations
  --g-fatal-warnings         make warnings fatal (abort)

gdk-pixbuf-thumbnailer


"OPTION -h"
用法:
  gdk-pixbuf-thumbnailer [オプション…] [INPUT FILE] [OUTPUT FILE] Thumbnail images

ヘルプのオプション:
  -h, --help                        ヘルプのオプションを表示する

アプリケーションのオプション:
  -s, --size                        Size of the thumbnail in pixels
  --g-fatal-warnings                Make all warnings fatal


gdm-config


"OPTION -h"
用法:
  gdm-config COMMAND

Commands:
  help         Shows this information
  password     Configure the password authentication
  fingerprint  Configure the fingerprint authentication
  smartcard    Configure the smartcard authentication
  reset        Resets the default configuration
  show         Shows the current configuration

Use “gdm-config COMMAND --help” to get help on each command.


gdm-screenshot


"OPTION -h"
用法:
  gdm-screenshot [オプション…] 画面のスクリーンショットを撮る

ヘルプのオプション:
  -h, --help               ヘルプのオプションを表示する
  --help-all               ヘルプのオプションをすべて表示する
  --help-gtk               GTK+ のオプションを表示する

アプリケーションのオプション:
  -d, --debug              デバッグ情報を出力する
  --display=DISPLAY        使用する X のディスプレイを指定する


gdmflexiserver


"OPTION -h"
用法:
  gdmflexiserver [オプション…] — 新しい GDM のログイン

ヘルプのオプション:
  -h, --help                ヘルプのオプションを表示する

アプリケーションのオプション:
  -c, --command=COMMAND     VERSION コマンドのみがサポートされています
  -n, --xnest               無視しました - 下位互換のために残してあるだけです
  -l, --no-lock             無視しました - 下位互換のために残してあるだけです
  -d, --debug               デバッグ情報を出力する
  -a, --authenticate        無視しました - 下位互換のために残してあるだけです
  -s, --startnew            無視しました - 下位互換のために残してあるだけです
  --monte-carlo-pi          
  --version                 バージョンを表示する


gencat


"OPTION -h"
/bin/gencat: 無効なオプション -- 'h'
詳細は `gencat --help' または `gencat --usage'
を実行して下さい。

geqn


"OPTION -h"
/bin/geqn: invalid option -- h
usage: /bin/geqn [-CNrR] [-d xy] [-f font] [-m n] [-M dir] [-p n] [-s n] [-T name] [file ...]
usage: /bin/geqn {-v | --version}
usage: /bin/geqn --help

getconf


"OPTION -h"
/bin/getconf: 認識できない変数 `-h' です

getent


"OPTION -h"
/bin/getent: 無効なオプション -- 'h'
詳細は `getent --help' または `getent --usage'
を実行して下さい。

getfacl


"OPTION -h"
getfacl 2.3.2 -- ファイルのアクセス・コントロール・リストを取得する

使い方: getfacl [-aceEsRLPtpndvh] file ...

  -a, --access            display the file access control list only
  -d, --default           display the default access control list only
  -c, --omit-header       do not display the comment header
  -e, --all-effective     print all effective rights
  -E, --no-effective      print no effective rights
  -s, --skip-base         skip files that only have the base entries
  -R, --recursive         recurse into subdirectories
  -L, --logical           logical walk, follow symbolic links
  -P, --physical          physical walk, do not follow symbolic links
  -t, --tabular           use tabular output format
  -n, --numeric           print numeric user/group identifiers
      --one-file-system   skip files on different filesystems
  -p, --absolute-names    don't strip leading '/' in pathnames
  -v, --version           print version and exit
  -h, --help              this help text

getkeycodes


"OPTION -h"
Usage: getkeycodes [option...]

Options:
  -h, --help      print this usage message.
  -V, --version   print version number.

Report bugs to authors.


getopt


"OPTION -h"

使い方:
 getopt <optstring> <parameters>
 getopt [options] [--] <optstring> <parameters>
 getopt [options] -o|--options <optstring> [options] [--] <parameters>

コマンドのオプションを解析します。

オプション:
 -a, --alternative            単一の - で始まるロングオプションを許可するようにします
 -l, --longoptions <longopts>  the long options to be recognized
 -n, --name <progname>         the name under which errors are reported
 -o, --options <optstring>     the short options to be recognized
 -q, --quiet                   getopt(3) によるエラー報告を無効化します
 -Q, --quiet-output            通常の出力を省略します
 -s, --shell <shell>           指定したシェル用のエスケープ処理を行います
 -T, --test                    getopt(1) のバージョンを確認します
 -u, --unquoted                出力をクォートしません

 -h, --help                    display this help
 -V, --version                 display version

詳しくは getopt(1) をお読みください。

gettext


"OPTION -h"
使用法: /bin/gettext [オプション] [[TEXTDOMAIN] MSGID]
または: /bin/gettext [オプション] -s [MSGID]...

原文のメッセージの自国語翻訳を表示.

  -d, --domain=TEXTDOMAIN   TEXTDOMAIN から翻訳されたメッセージを読み出す
  -c  --context=CONTEXT     MSGID に対するコンテキストを指定
  -e                        いくつかのエスケープシーケンスの展開を可能に
  -n                        末尾の改行を抑制
  -E                        (互換性のために無視)
  [TEXTDOMAIN] MSGID        TEXTDOMAIN から MSGID に一致する翻訳された
                            メッセージを読み出す

有益な出力:
  -h, --help                このヘルプを表示して終了
  -V, --version             バージョン情報を表示して終了

もし TEXTDOMAIN パラメータが指定されなければ, 環境変数 TEXTDOMAIN から
ドメインが決まります. もし標準のディレクトリにメッセージカタログが
見つからなければ, 環境変数 TEXTDOMAINDIR で指定された場所から探します.
-s オプションをつけて使うとプログラムは 'echo' コマンドのように動作します.
しかしその引数を単にそのまま標準出力にコピーするわけではありません.
選択されたカタログ中に指定されたメッセージがあれば, そのメッセージの代わりに
翻訳されたものを表示します.
標準の検索ディレクトリ: /usr/share/locale

バグレポートは <https://savannah.gnu.org/projects/gettext> のバグトラッカーに
または <bug-gettext@gnu.org> 宛に電子メールで.

gettext.sh


"OPTION -h"
GNU gettext shell script function library version 0.21
Usage: . gettext.sh

ghostscript


"OPTION -h"
GPL Ghostscript 10.02.1 (2023-11-01)
Copyright (C) 2023 Artifex Software, Inc.  All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
 -dNOPAUSE           no pause after page   | -q       `quiet', fewer messages
 -g<width>x<height>  page size in pixels   | -r<res>  pixels/inch resolution
 -sDEVICE=<devname>  select device         | -dBATCH  exit after last file
 -sOutputFile=<file> select output file: - for stdout, |command for pipe,
                                         embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PostScriptLevel3 PDF
Default output device: x11alpha
Available devices:
   alc1900 alc2000 alc4000 alc4100 alc8500 alc8600 alc9100 ap3250 appledmp
   appleraster atx23 atx24 atx38 bbox bit bitcmyk bitrgb bitrgbtags bj10e
   bj10v bj10vh bj200 bjc600 bjc800 bjc880j bjccmyk bjccolor bjcgray bjcmono
   bmp16 bmp16m bmp256 bmp32b bmpgray bmpmono bmpsep1 bmpsep8 ccr cdeskjet
   cdj1600 cdj500 cdj550 cdj670 cdj850 cdj880 cdj890 cdj970 cdjcolor cdjmono
   cdnj500 cfax chp2200 cif cljet5 cljet5c cljet5pr coslw2p coslwxl cups
   declj250 deskjet devicen dfaxhigh dfaxlow display dj505j djet500 djet500c
   dl2100 dnj650c epl2050 epl2050p epl2120 epl2500 epl2750 epl5800 epl5900
   epl6100 epl6200 eplcolor eplmono eps2write eps9high eps9mid epson epsonc
   escp escpage faxg3 faxg32d faxg4 fmlbp fmpr fpng fs600 gdi hl1240 hl1250
   hl7x0 hocr hpdj1120c hpdj310 hpdj320 hpdj340 hpdj400 hpdj500 hpdj500c
   hpdj510 hpdj520 hpdj540 hpdj550c hpdj560c hpdj600 hpdj660c hpdj670c
   hpdj680c hpdj690c hpdj850c hpdj855c hpdj870c hpdj890c hpdjplus
   hpdjportable ibmpro ijs imagen inferno ink_cov inkcov itk24i itk38 iwhi
   iwlo iwlq jetp3852 jj100 jpeg jpegcmyk jpeggray la50 la70 la75 la75plus
   laserjet lbp310 lbp320 lbp8 lex2050 lex3200 lex5700 lex7000 lips2p lips3
   lips4 lips4v lj250 lj3100sw lj4dith lj4dithp lj5gray lj5mono ljet2p ljet3
   ljet3d ljet4 ljet4d ljet4pjl ljetplus ln03 lp1800 lp1900 lp2000 lp2200
   lp2400 lp2500 lp2563 lp3000c lp7500 lp7700 lp7900 lp8000 lp8000c lp8100
   lp8200c lp8300c lp8300f lp8400f lp8500c lp8600 lp8600f lp8700 lp8800c
   lp8900 lp9000b lp9000c lp9100 lp9200b lp9200c lp9300 lp9400 lp9500c
   lp9600 lp9600s lp9800c lps4500 lps6500 lq850 lxm3200 lxm5700m m8510
   md1xMono md2k md50Eco md50Mono md5k mgr4 mgr8 mgrgray2 mgrgray4 mgrgray8
   mgrmono miff24 mj500c mj6000c mj700v2c mj8000c ml600 necp6 npdl nullpage
   oce9050 ocr oki182 oki4w okiibm oprp opvp paintjet pam pamcmyk32 pamcmyk4
   pbm pbmraw pcl3 pclm pclm8 pcx16 pcx24b pcx256 pcxcmyk pcxgray pcxmono
   pdfimage24 pdfimage32 pdfimage8 pdfocr24 pdfocr32 pdfocr8 pdfwrite
   pdfwrite pdfwrite pgm pgmraw pgnm pgnmraw photoex picty180 pj pjetxl pjxl
   pjxl300 pkm pkmraw pksm pksmraw plan plan9bm planc plang plank planm plib
   plibc plibg plibk plibm png16 png16m png16malpha png256 png48 pngalpha
   pnggray pngmono pngmonod pnm pnmraw ppm ppmraw pr1000 pr1000_4 pr150
   pr201 ps2write psdcmyk psdcmyk16 psdcmykog psdcmyktags psdcmyktags16
   psdrgb psdrgb16 psdrgbtags pwgraster pxlcolor pxlmono r4081 rinkj rpdl
   samsunggdi sj48 spotcmyk st800 stcolor t4693d2 t4693d4 t4693d8 tek4696
   tiff12nc tiff24nc tiff32nc tiff48nc tiff64nc tiffcrle tiffg3 tiffg32d
   tiffg4 tiffgray tifflzw tiffpack tiffscaled tiffscaled24 tiffscaled32
   tiffscaled4 tiffscaled8 tiffsep tiffsep1 txtwrite uniprint urf x11
   x11alpha x11cmyk x11cmyk2 x11cmyk4 x11cmyk8 x11gray2 x11gray4 x11mono
   x11rg16x x11rg32x xcf xcfcmyk xes xpswrite
Search path:
   /usr/share/ghostscript/10.02.1/Resource/Init :
   /usr/share/ghostscript/10.02.1/lib :
   /usr/share/ghostscript/10.02.1/Resource/Font :
   /usr/share/ghostscript/fonts : /var/lib/ghostscript/fonts :
   /usr/share/cups/fonts : /usr/share/ghostscript/fonts :
   /usr/local/lib/ghostscript/fonts : /usr/share/fonts
Ghostscript is also using fontconfig to search for font files
For more information, see https://ghostscript.readthedocs.io/en/gs10.02.1/Use.html
On debian system you may need to install ghostscript-doc package.
Please report bugs to bugs.ghostscript.com.

ginstall-info


"OPTION -h"
使用法: install-info [OPTION]... [INFO-FILE [DIR-FILE]]

Info ディレクトリー DIR-FILE 対して INFO-FILE 項目の追加または削除を行います。
INFO-FILE and DIR-FILE are required unless the --info-file
or --dir-file (or --info-dir) options are given, respectively.

Options:
 --add-once          add only to first matching section, not all.
 --align=COL         start description of new entries at column COL.
 --calign=COL        format second and subsequent description lines to
                       start at column COL.
 --debug             report what is being done.
 --delete            delete existing entries for INFO-FILE from DIR-FILE;
                      don't insert any new entries.
 --defsection=TEXT   like --section, but only use TEXT if no sections
                      are present in INFO-FILE (replacing "Miscellaneous").
 --description=TEXT  the description of the entry is TEXT; used with
                      the --name option to become synonymous with the
                      --entry option.
 --dir-file=NAME     specify file name of Info directory file;
                      equivalent to using the DIR-FILE argument.
 --dry-run           same as --test.
 --entry=TEXT        insert TEXT as an Info directory entry,
                      overriding any corresponding entry from DIR-FILE.
                      TEXT is written as an Info menu item line followed
                       by zero or more extra lines starting with whitespace.
                      If you specify more than one entry, all are added.
                      If you don't specify any entries, they are determined
                       from information in the Info file itself.
 --help              display this help and exit.
 --info-dir=DIR      same as --dir-file=DIR/dir.
 --info-file=FILE    specify Info file to install in the directory;
                      equivalent to using the INFO-FILE argument.
 --item=TEXT         same as --entry=TEXT.
 --keep-old          do not replace entries, or remove empty sections.
 --maxwidth, --max-width=COL  wrap description at column COL.
 --menuentry=TEXT    same as --name=TEXT.
 --name=TEXT         the name of the entry is TEXT; used with --description
                      to become synonymous with the --entry option.
 --no-indent         do not format new entries in the DIR file.
 --quiet             suppress warnings.
 --regex=R           put this file's entries in all sections that match the
                      regular expression R (ignoring case).
 --remove            same as --delete.
 --remove-exactly    only remove if the info file name matches exactly;
                      suffixes such as .info and .gz are not ignored.
 --section=SEC       put entries in section SEC of the directory.
                      If you specify more than one section, all the entries
                       are added in each of the sections.
                      If you don't specify any sections, they are determined
                       from information in the Info file itself;
                       if nothing is available there, the --defsection
                       value is used; if that is not specified, the
                       final default is "Miscellaneous".
 --section R SEC     equivalent to --regex=R --section=SEC --add-once.
 --silent            警告を抑止する。
 --test              DIR-FILE の更新を抑止する。
 --version           バージョン情報を表示して終了する。

Email によるバグレポートは bug-texinfo@gnu.org に報告してください。
翻訳に関するバグは<translation-team-ja@lists.sourceforge.net>に報告してください。
一般的な質問や議論は help-texinfo@gnu.org に連絡してください。
Texinfoホームページ: http://www.gnu.org/software/texinfo/

gio


"OPTION -h"
用法:
  gio COMMAND [引数…]

コマンド:
  help     ヘルプを表示する
  version  バージョンを表示する
  cat      ファイルを標準出力に結合する
  copy     一つ以上のファイルをコピーする
  info     場所についての情報を表示する
  launch   デスクトップファイルからアプリケーションを起動する
  list     場所の内容を一覧表示する
  mime     MIME タイプのハンドラを設定または取得する
  mkdir    ディレクトリを作成する
  monitor  ファイルやディレクトリの変更を監視する
  mount    場所をマウントまたはアンマウントする
  move     一つ以上のファイルを移動する
  open     デフォルトのアプリケーションでファイルを開く
  rename   ファイル名を変更する
  remove   一つ以上のファイルを削除する
  save     標準入力から読み取り保存する
  set      ファイル属性を設定する
  trash    ファイルやディレクトリをゴミ箱へ移動する
  tree     ツリー形式で場所の内容を一覧表示する

“gio help COMMAND” で詳細なヘルプを表示します。

gio-querymodules


"OPTION -h"
Unable to open directory -h: ディレクトリ“-h”を開くときにエラーが発生しました: ディレクトリではありません

gipddecode


"OPTION -h"
コマンドの実行がタイムアウトしました

git


"OPTION -h"
usage: git [-v | --version] [-h | --help] [-C <path>] [-c <name>=<value>]
           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
           [--config-env=<name>=<envvar>] <command> [<args>]

These are common Git commands used in various situations:

start a working area (see also: git help tutorial)
   clone     Clone a repository into a new directory
   init      Create an empty Git repository or reinitialize an existing one

work on the current change (see also: git help everyday)
   add       Add file contents to the index
   mv        Move or rename a file, a directory, or a symlink
   restore   Restore working tree files
   rm        Remove files from the working tree and from the index

examine the history and state (see also: git help revisions)
   bisect    Use binary search to find the commit that introduced a bug
   diff      Show changes between commits, commit and working tree, etc
   grep      Print lines matching a pattern
   log       Show commit logs
   show      Show various types of objects
   status    Show the working tree status

grow, mark and tweak your common history
   branch    List, create, or delete branches
   commit    Record changes to the repository
   merge     Join two or more development histories together
   rebase    Reapply commits on top of another base tip
   reset     Reset current HEAD to the specified state
   switch    Switch branches
   tag       Create, list, delete or verify a tag object signed with GPG

collaborate (see also: git help workflows)
   fetch     Download objects and refs from another repository
   pull      Fetch from and integrate with another repository or a local branch
   push      Update remote refs along with associated objects

'git help -a' and 'git help -g' list available subcommands and some
concept guides. See 'git help <command>' or 'git help <concept>'
to read about a specific subcommand or concept.
See 'git help git' for an overview of the system.

git-receive-pack


"OPTION -h"
usage: git receive-pack <git-dir>

    -q, --[no-]quiet      quiet


git-shell


"OPTION -h"
fatal: Run with no arguments or with -c cmd

git-upload-archive


"OPTION -h"
usage: git upload-archive <repository>

git-upload-pack


"OPTION -h"
usage: git-upload-pack [--[no-]strict] [--timeout=<n>] [--stateless-rpc]
                       [--advertise-refs] <directory>

    --[no-]stateless-rpc  quit after a single request/response exchange
    --[no-]strict         do not try <directory>/.git/ if <directory> is no Git directory
    --[no-]timeout <n>    interrupt transfer after <n> seconds of inactivity


gjs


"OPTION -h"
用法:
  gjs [オプション…]

ヘルプのオプション:
  -h, --help                       ヘルプのオプションを表示する

アプリケーションのオプション:
  --version                        Print GJS version and exit
  --jsversion                      Print version of the JS engine and exit
  -c, --command=COMMAND            Program passed in as a string
  -C, --coverage-prefix=PREFIX     Add the prefix PREFIX to the list of files to generate coverage info for
  --coverage-output=DIR            Write coverage output to a directory DIR. This option is mandatory when using --coverage-prefix
  -I, --include-path=DIR           Add the directory DIR to the list of directories to search for js files.
  -m, --module                     Execute the file as a module.
  --profile=FILE                   Enable the profiler and write output to FILE (default: gjs-$PID.syscap)
  -d, --debugger                   Start in debug mode


gjs-console


"OPTION -h"
用法:
  gjs-console [オプション…]

ヘルプのオプション:
  -h, --help                       ヘルプのオプションを表示する

アプリケーションのオプション:
  --version                        Print GJS version and exit
  --jsversion                      Print version of the JS engine and exit
  -c, --command=COMMAND            Program passed in as a string
  -C, --coverage-prefix=PREFIX     Add the prefix PREFIX to the list of files to generate coverage info for
  --coverage-output=DIR            Write coverage output to a directory DIR. This option is mandatory when using --coverage-prefix
  -I, --include-path=DIR           Add the directory DIR to the list of directories to search for js files.
  -m, --module                     Execute the file as a module.
  --profile=FILE                   Enable the profiler and write output to FILE (default: gjs-$PID.syscap)
  -d, --debugger                   Start in debug mode


gkbd-keyboard-display


"OPTION -h"
用法:
  gkbd-keyboard-display [オプション…]

ヘルプのオプション:
  -h, --help                                      ヘルプのオプションを表示する
  --help-all                                      ヘルプのオプションをすべて表示する
  --help-gtk                                      GTK+ のオプションを表示する

アプリケーションのオプション:
  -g, --group=group number (1, 2, 3, 4)           Group to display
  -l, --layout=layout (with optional variant)     Layout to display
  --display=DISPLAY                               使用する X のディスプレイを指定する


glib-compile-schemas


"OPTION -h"
用法:
  glib-compile-schemas [オプション…] DIRECTORY

すべての GSettings スキーマファイルをコンパイルして、スキーマキャッシュを生成します。
スキーマファイルの拡張子は .gschema.xml である必要があります。
キャッシュファイルの名称は gschemas.compiled となります。

ヘルプのオプション:
  -h, --help                ヘルプのオプションを表示する

アプリケーションのオプション:
  --version                 プログラムのバージョンを表示して終了する
  --targetdir=DIRECTORY     gschemas.compiled ファイルの出力先
  --strict                  スキーマ内にエラーを検出したら処理を中止する
  --dry-run                 gschema.compiled を生成しない
  --allow-any-name          キー名の制約を強制しない


gnome-calculator


"OPTION -h"
用法:
  gnome-calculator [オプション…]

ヘルプのオプション:
  -h, --help                  ヘルプのオプションを表示する
  --help-all                  ヘルプのオプションをすべて表示する
  --help-gapplication         GApplication のオプションを表示する

アプリケーションのオプション:
  -m, --mode=mode             指定したモードで起動する (basic, advanced, financial, programming, keyboard)
  -s, --solve=equation        与えられた式を解く
  -e, --equation=equation     与えられた式が入力された状態で起動する
  -v, --version               リリースバージョンを表示する


gnome-characters


"OPTION -h"
用法:
  org.gnome.Characters [オプション…]

ヘルプのオプション:
  -h, --help                 ヘルプのオプションを表示する
  --help-all                 ヘルプのオプションをすべて表示する
  --help-gapplication        GApplication のオプションを表示する


gnome-clocks


"OPTION -h"
用法:
  org.gnome.clocks [オプション…]

ヘルプのオプション:
  -h, --help                 ヘルプのオプションを表示する
  --help-all                 ヘルプのオプションをすべて表示する
  --help-gapplication        GApplication のオプションを表示する

アプリケーションのオプション:
  -v, --version              バージョン情報を表示して終了する


gnome-control-center


"OPTION -h"
用法:
  gnome-control-center [オプション…] [PANEL] [ARGUMENT…]

ヘルプのオプション:
  -h, --help                 ヘルプのオプションを表示する
  --help-all                 ヘルプのオプションをすべて表示する
  --help-gapplication        GApplication のオプションを表示する

アプリケーションのオプション:
  --version                  バージョン番号を表示する
  -v, --verbose              冗長モードを有効にする
  -s, --search=SEARCH        キーワードで検索する
  -l, --list                 利用可能なパネル名をリスト表示して終了する


gnome-disk-image-mounter


"OPTION -h"
用法:
  gnome-disk-image-mounter [オプション…]

任意のディスクイメージファイルをアタッチおよびマウント

オプション:
  -w, --writable     イメージへの書き込みを許可


gnome-disks


"OPTION -h"
用法:
  gnome-disks [オプション…]

ヘルプのオプション:
  -h, --help                    ヘルプのオプションを表示する
  --help-all                    ヘルプのオプションをすべて表示する
  --help-gapplication           GApplication のオプションを表示する
  --help-gtk                    GTK+ のオプションを表示する

アプリケーションのオプション:
  --block-device=DEVICE         デバイスを選択する
  --format-device               選択したデバイスを初期化する
  --xid=ID                      Ignored, kept for compatibility
  --restore-disk-image=FILE     ディスクイメージをリストアする
  --display=DISPLAY             使用する X のディスプレイを指定する


gnome-extensions


"OPTION -h"
使用法:
  gnome-extensions COMMAND [引数…]

コマンド:
  help      ヘルプを表示する
  version   バージョンを表示する
  enable    拡張機能を有効にする
  disable   拡張機能を無効にする
  reset     拡張機能をリセットする
  uninstall 拡張機能をアンインストールする
  list      拡張機能一覧を表示する
  info      拡張機能の情報を表示する
  show      拡張機能の情報を表示する
  prefs     拡張機能の設定を開く
  create    拡張機能を作成する
  pack      Package extension
  install   Install extension bundle

“gnome-extensions help COMMAND”を使用すると詳細なヘルプが表示されます。

gnome-font-viewer


"OPTION -h"
用法:
  gnome-font-viewer [オプション…]

ヘルプのオプション:
  -h, --help                 ヘルプのオプションを表示する
  --help-all                 ヘルプのオプションをすべて表示する
  --help-gapplication        GApplication のオプションを表示する

アプリケーションのオプション:
  --version                  アプリケーションのバージョンを表示する


gnome-help


"OPTION -h"
用法:
  gnome-help [オプション…]

ヘルプのオプション:
  -h, --help               ヘルプのオプションを表示する
  --help-all               ヘルプのオプションをすべて表示する
  --help-gtk               GTK+ のオプションを表示する

アプリケーションのオプション:
  --editor-mode            エディターモードを有効にする
  --display=DISPLAY        使用する X のディスプレイを指定する


gnome-keyring


"OPTION -h"
用法: gnome-keyring コマンド [オプション]
コマンド: certificate-exception
          import
          version

gnome-keyring-3


"OPTION -h"
用法: gnome-keyring コマンド [オプション]
コマンド: certificate-exception
          import
          version

gnome-keyring-daemon


"OPTION -h"
用法:
  gnome-keyring-daemon [オプション…] - The Gnome Keyring Daemon

ヘルプのオプション:
  -h, --help                              ヘルプのオプションを表示する

アプリケーションのオプション:
  -s, --start                             Start a dameon or initialize an already running daemon.
  -r, --replace                           Replace the daemon for this desktop login environment.
  -f, --foreground                        Run in the foreground
  -d, --daemonize                         Run as a daemon
  -l, --login                             Run by PAM for a user login. Read login password from stdin
  --unlock                                Prompt for login keyring password, or read from stdin
  -c, --components=pkcs11,secrets,ssh     The optional components to run
  -C, --control-directory                 The directory for sockets and control data
  -V, --version                           Show the version number and exit.


gnome-language-selector


"OPTION -h"
Usage: gnome-language-selector [options]

Options:
  -h, --help            show this help message and exit
  -n, --no-verify-installed-lang-support
                        インストールされた言語サポートを検証しない
  -d DATADIR, --datadir=DATADIR
                        他のデータディレクトリ

gnome-logs


"OPTION -h"
用法:
  gnome-logs [オプション…]

ヘルプのオプション:
  -h, --help                 ヘルプのオプションを表示する
  --help-all                 ヘルプのオプションをすべて表示する
  --help-gapplication        GApplication のオプションを表示する

アプリケーションのオプション:
  -v, --version              バージョン情報を表示して終了する


gnome-power-statistics


"OPTION -h"
用法:
  gnome-power-statistics [オプション…]

電源の統計

ヘルプのオプション:
  -h, --help        ヘルプのオプションを表示する

アプリケーションのオプション:
  -v, --verbose     デバッグ情報を表示する
  --device          起動時にこのデバイスを選択


gnome-session


"OPTION -h"
用法:
  gnome-session-binary [オプション…]  — GNOME セッションマネージャー

ヘルプのオプション:
  -h, --help                        ヘルプのオプションを表示する

アプリケーションのオプション:
  --systemd-service                 systemd のサービスとして実行する
  -a, --autostart=AUTOSTART_DIR     標準の自動起動フォルダーをオーバーライドする
  --session=SESSION_NAME            使用するセッション
  --debug                           デバッグモードにする
  -f, --failsafe                    ユーザーが指定したアプリケーションを起動しない
  --version                         このアプリケーションのバージョンを表示する
  --whale                           テスト用にエラー画面を表示する
  --disable-acceleration-check      ハードウェアアクセラレーションのチェックを無効化する


gnome-session-inhibit


"OPTION -h"
gnome-session-inhibit [OPTION…] COMMAND

COMMAND を起動し、その間セッションのいくつかの機能を抑止します。

  -h, --help        このヘルプを表示する
  --version         プログラムのバージョンを表示する
  --app-id ID       抑止時に使用するアプリケーション ID (オプション)
  --reason REASON   抑止する理由を指定する (オプション)
  --inhibit ARG     抑止する機能をコロン区切りで以下から指定する:
                    logout, switch-user, suspend, idle, automount
  --inhibit-only    COMMAND を起動せずに待機する
  -l, --list        抑止しているものを一覧表示して終了する

--inhibit オプションが無指定の場合 idle を指定したものと扱います。

gnome-session-properties


"OPTION -h"
用法:
  gnome-session-properties [オプション…]  - GNOME Session Properties

ヘルプのオプション:
  -h, --help               ヘルプのオプションを表示する
  --help-all               ヘルプのオプションをすべて表示する
  --help-gtk               GTK+ のオプションを表示する

アプリケーションのオプション:
  --version                このアプリケーションのバージョンを表示する
  --display=DISPLAY        使用する X のディスプレイを指定する


gnome-session-quit


"OPTION -h"
用法:
  gnome-session-quit [オプション…]

ヘルプのオプション:
  -h, --help       ヘルプのオプションを表示する

アプリケーションのオプション:
  --logout         ログアウトする
  --power-off      電源オフ
  --reboot         再起動
  --force          阻害するプロセスを無視する
  --no-prompt      ユーザーに確認しない


gnome-shell


"OPTION -h"
用法:
  gnome-shell [オプション…]

ヘルプのオプション:
  -h, --help                ヘルプのオプションを表示する
  --help-all                ヘルプのオプションをすべて表示する

アプリケーションのオプション:
  -r, --replace             Replace the running window manager
  -d, --display=DISPLAY     X Display to use
  --sm-disable              Disable connection to session manager
  --sm-client-id=ID         Specify session management ID
  --sm-save-file=FILE       Initialize session from savefile
  --sync                    Make X calls synchronous
  --wayland                 Run as a wayland compositor
  --nested                  Run as a nested compositor
  --no-x11                  Run wayland compositor without starting Xwayland
  --wayland-display         Specify Wayland display name to use
  --display-server          Run as a full display server, rather than nested
  --headless                Run as a headless display server
  --virtual-monitor         Add persistent virtual monitor (WxH or WxH@R)
  --x11                     Run with X11 backend
  --profile=FILE            Profile performance using trace instrumentation
  --debug-control           Enable debug control D-Bus interface
  --version                 バージョンを表示する
  --mode=MODE               指定したモードを使用する (例: ログイン画面用の“gdm”)
  --list-modes              使用可能なモードを一覧表示する
  --force-animations        Force animations to be enabled


gnome-shell-extension-tool


"OPTION -h"
Usage: gnome-shell-extension-tool [options]

Options:
  -h, --help            show this help message and exit
  -d DISABLE, --disable-extension=DISABLE
                        Disable a GNOME Shell extension
  -e ENABLE, --enable-extension=ENABLE
                        Enable a GNOME Shell extension
  -c, --create-extension
                        Create a new GNOME Shell extension
  -r RELOAD, --reload-extension=RELOAD
                        Reload a GNOME Shell extension

gnome-shell-test-tool


"OPTION -h"
usage: gnome-shell-test-tool [-h] [--test-iters ITERS] [--perf-warmup]
                             [--perf-output OUTPUT_FILE] [--perf-upload]
                             [--extra-filter EXTRA_FILTER] [--hwtest]
                             [--version] [--wrap WRAP] [-r] [-w] [-n] [-x]
                             [--headless] [--hotplug]
                             AUTOMATION_SCRIPT

positional arguments:
  AUTOMATION_SCRIPT     Automation script to run

options:
  -h, --help            show this help message and exit
  --test-iters ITERS    Numbers of iterations of the test to run
  --perf-warmup         Run a dry run before performance tests
  --perf-output OUTPUT_FILE
                        Output file to write performance report
  --perf-upload         Upload performance report to server
  --extra-filter EXTRA_FILTER
                        add an extra window class that should be allowed
  --hwtest              Log results appropriately for GNOME Hardware Testing
  --version             show program's version number and exit
  --wrap WRAP
  -r, --replace         Replace the running window manager
  -w, --wayland         Run as a Wayland compositor
  -n, --nested          Run as a Wayland nested compositor
  -x, --x11             Run as an X11 compositor
  --headless            Run as a headless Wayland compositor
  --hotplug             Start without a virtual monitor attached

gnome-system-monitor


"OPTION -h"
用法:
  gnome-system-monitor [オプション…]

プロセスやシステムの状態を監視するシンプルなモニターです。

ヘルプのオプション:
  -h, --help                      ヘルプのオプションを表示する

アプリケーションのオプション:
  -p, --show-processes-tab        起動時にプロセスのタブを表示する
  -r, --show-resources-tab        起動時にリソースのタブを表示する
  -f, --show-file-systems-tab     起動時にファイルシステムのタブを表示する
  --version                       アプリケーションのバージョンを表示する


gnome-terminal


"OPTION -h"
用法:
  gnome-terminal [オプション…] [-- COMMAND …]

ヘルプのオプション:
  -h, --help                      ヘルプのオプションを表示する
  --help-all                      ヘルプのオプションをすべて表示する
  --help-gtk                      GTK+ のオプションを表示する
  --help-terminal                 端末のオプションを表示する
  --help-window-options           ウィンドウごとのオプションを表示する
  --help-terminal-options         端末ごとのオプションを表示する

アプリケーションのオプション:
  --load-config=FILE              端末の設定ファイルを読み込む
  --no-environment                環境変数を渡さない
  --preferences                   設定ウィンドウを表示する
  -p, --print-environment         端末と対話するための環境変数を表示する
  -v, --verbose                   詳細なエラーメッセージを出力する
  -q, --quiet                     出力を抑制する
  --display=DISPLAY               使用する X のディスプレイを指定する


gnome-terminal.real


"OPTION -h"
用法:
  gnome-terminal [オプション…] [-- COMMAND …]

ヘルプのオプション:
  -h, --help                      ヘルプのオプションを表示する
  --help-all                      ヘルプのオプションをすべて表示する
  --help-gtk                      GTK+ のオプションを表示する
  --help-terminal                 端末のオプションを表示する
  --help-window-options           ウィンドウごとのオプションを表示する
  --help-terminal-options         端末ごとのオプションを表示する

アプリケーションのオプション:
  --load-config=FILE              端末の設定ファイルを読み込む
  --no-environment                環境変数を渡さない
  --preferences                   設定ウィンドウを表示する
  -p, --print-environment         端末と対話するための環境変数を表示する
  -v, --verbose                   詳細なエラーメッセージを出力する
  -q, --quiet                     出力を抑制する
  --display=DISPLAY               使用する X のディスプレイを指定する


gnome-terminal.wrapper


"OPTION -h"
用法:
  gnome-terminal [オプション…] [-- COMMAND …]

ヘルプのオプション:
  -h, --help                      ヘルプのオプションを表示する
  --help-all                      ヘルプのオプションをすべて表示する
  --help-gtk                      GTK+ のオプションを表示する
  --help-terminal                 端末のオプションを表示する
  --help-window-options           ウィンドウごとのオプションを表示する
  --help-terminal-options         端末ごとのオプションを表示する

アプリケーションのオプション:
  --load-config=FILE              端末の設定ファイルを読み込む
  --no-environment                環境変数を渡さない
  --preferences                   設定ウィンドウを表示する
  -p, --print-environment         端末と対話するための環境変数を表示する
  -v, --verbose                   詳細なエラーメッセージを出力する
  -q, --quiet                     出力を抑制する
  --display=DISPLAY               使用する X のディスプレイを指定する


gnome-text-editor


"OPTION -h"
用法:
  gnome-text-editor [オプション…] [FILES…]

ヘルプのオプション:
  -h, --help                 ヘルプのオプションを表示する
  --help-all                 ヘルプのオプションをすべて表示する
  --help-gapplication        GApplication のオプションを表示する

アプリケーションのオプション:
  -i, --ignore-session       起動時にセッションを復元しない
  -n, --new-window           指定したファイルを新しいウィンドウで開く
  -s, --standalone           Run a new instance of Text Editor (implies --ignore-session)
  --version                  Print version information and exit

Bugs may be reported at: https://bugs.launchpad.net/ubuntu/+source/gnome-text-editor/+filebug?no-redirect

gnome-thumbnail-font


"OPTION -h"
用法:
  gnome-thumbnail-font [オプション…] FONT-FILE OUTPUT-FILE

ヘルプのオプション:
  -h, --help                   ヘルプのオプションを表示する

アプリケーションのオプション:
  -t, --text=TEXT              サムネイルの文字 (デフォルトは Aa)
  -s, --size=SIZE              サムネイルの大きさ (デフォルトは 128)


gnome-www-browser


"OPTION -h"
Usage: /snap/firefox/3836/usr/lib/firefox/firefox [ options ... ] [URL]
       where options include:

X11 options
  --display=DISPLAY  X display to use
  --sync             Make X calls synchronous
  --g-fatal-warnings Make all warnings fatal

Firefox options
  -h or --help       Print this message.
  -v or --version    Print Firefox version.
  --full-version     Print Firefox version, build and platform build ids.
  -P <profile>       Start with <profile>.
  --profile <path>   Start with profile at <path>.
  --migration        Start with migration wizard.
  --ProfileManager   Start with ProfileManager.
  --no-remote        Do not accept or send remote commands; implies
                     --new-instance.
  --new-instance     Open new instance, not a new window in running instance.
  --safe-mode        Disables extensions and themes for this session.
  --allow-downgrade  Allows downgrading a profile.
  --MOZ_LOG=<modules> Treated as MOZ_LOG=<modules> environment variable,
                     overrides it.
  --MOZ_LOG_FILE=<file> Treated as MOZ_LOG_FILE=<file> environment variable,
                     overrides it. If MOZ_LOG_FILE is not specified as an
                     argument or as an environment variable, logging will be
                     written to stdout.
  --headless         Run without a GUI.
  --browser          Open a browser window.
  --new-window <url> Open <url> in a new window.
  --new-tab <url>    Open <url> in a new tab.
  --private-window <url> Open <url> in a new private window.
  --preferences      Open Preferences dialog.
  --screenshot [<path>] Save screenshot to <path> or in working directory.
  --window-size width[,height] Width and optionally height of screenshot.
  --search <term>    Search <term> with your default search engine.
  --setDefaultBrowser Set this app as the default browser.
  --first-startup    Run post-install actions before opening a new window.
  --kiosk            Start the browser in kiosk mode.
  --kiosk-monitor <num> Place kiosk browser window on given monitor.
  --disable-pinch    Disable touch-screen and touch-pad pinch gestures.
  --jsconsole        Open the Browser Console.
  --devtools         Open DevTools on initial load.
  --jsdebugger [<path>] Open the Browser Toolbox. Defaults to the local build
                     but can be overridden by a firefox path.
  --wait-for-jsdebugger Spin event loop until JS debugger connects.
                     Enables debugging (some) application startup code paths.
                     Only has an effect when `--jsdebugger` is also supplied.
  --start-debugger-server [ws:][ <port> | <path> ] Start the devtools server on
                     a TCP port or Unix domain socket path. Defaults to TCP port
                     6000. Use WebSocket protocol if ws: prefix is specified.
  --marionette       Enable remote control server.
  --remote-debugging-port [<port>] Start the Firefox Remote Agent,
                     which is a low-level remote debugging interface used for WebDriver
                     BiDi and CDP. Defaults to port 9222.
  --remote-allow-hosts <hosts> Values of the Host header to allow for incoming requests.
                     Please read security guidelines at https://firefox-source-docs.mozilla.org/remote/Security.html
  --remote-allow-origins <origins> Values of the Origin header to allow for incoming requests.
                     Please read security guidelines at https://firefox-source-docs.mozilla.org/remote/Security.html

gpasswd


"OPTION -h"
使い方: gpasswd [オプション] GROUP

オプション:
  -a, --add USER                USER を GROUP に追加する
  -d, --delete USER             USER を GROUP から削除する
  -h, --help                    このヘルプを表示して終了する
  -Q, --root CHROOT_DIR         chroot するディレクトリ
  -r, --remove-password         GROUP のパスワードを削除する
  -R, --restrict                GROUP へのアクセスをメンバーのみに制限する
  -M, --members USER,...        GROUP のメンバーのリストを設定する
      --extrausers              use the extra users database
  -A, --administrators ADMIN,...
                                GROUP の管理者のリストを設定する
-A および -M オプションを除き、これらのオプションは同時に指定できません

gpg


"OPTION -h"
gpg (GnuPG) 2.4.4
libgcrypt 1.10.3
Copyright (C) 2024 g10 Code GmbH
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: /home/
サポートしているアルゴリズム:
公開鍵: RSA, ELG, DSA, ECDH, ECDSA, EDDSA
暗号方式: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256,
      TWOFISH, CAMELLIA128, CAMELLIA192, CAMELLIA256
ハッシュ: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
圧縮: 無圧縮, ZIP, ZLIB, BZIP2

形式: gpg [オプション] [ファイル]
署名、検査、暗号化または復号
デフォルトの操作は、入力データに依存

コマンド:

 -s, --sign                         署名を作成
     --clear-sign                   クリア・テクスト署名を作成
 -b, --detach-sign                  分遣署名を作成
 -e, --encrypt                      データを暗号化
 -c, --symmetric                    暗号化には共通鍵暗号方式のみを使用
 -d, --decrypt                      データを復号 (デフォルト)
     --verify                       署名を検証
 -k, --list-keys                    鍵の一覧
     --list-signatures              鍵と署名の一覧
     --check-signatures             鍵署名の検査と一覧
     --fingerprint                  鍵とフィンガープリントの一覧
 -K, --list-secret-keys             秘密鍵の一覧
     --generate-key                 新しい鍵ペアを生成
     --quick-generate-key           すばやく新しい鍵ペアを生成
     --quick-add-uid                すばやく新しいユーザIDを追加
     --quick-revoke-uid             すばやくユーザIDを失効
     --quick-set-expire             すばやく新しい有効期限を設定
     --full-generate-key            全機能の鍵ペアを生成
     --generate-revocation          失効証明書を生成
     --delete-keys                  公開鍵リングから鍵を削除
     --delete-secret-keys           秘密鍵リングから鍵を削除
     --quick-sign-key               すばやく鍵に署名
     --quick-lsign-key              すばやく鍵へローカルに署名
     --quick-revoke-sig             すばやく鍵への署名を失効
     --sign-key                     鍵に署名
     --lsign-key                    鍵へローカルに署名
     --edit-key                     鍵への署名や編集
     --change-passphrase            パスフレーズの変更
     --export                       鍵をエクスポートする
     --send-keys                    鍵サーバに鍵をエクスポートする
     --receive-keys                 鍵サーバから鍵をインポートする
     --search-keys                  鍵サーバの鍵を検索する
     --refresh-keys                 鍵サーバから鍵を全部更新する
     --import                       鍵のインポート/マージ
     --card-status                  カードステータスを表示
     --edit-card                    カードのデータを変更
     --change-pin                   カードのPINを変更
     --update-trustdb               信用データベースを更新
     --print-md                     メッセージ・ダイジェストを表示
     --server                       サーバ・モードで実行
     --tofu-policy VALUE            TOFUポリシーを鍵に設定する

診断出力を制御するオプション:
 -v, --verbose                      冗長
 -q, --quiet                        いくらかおとなしく
     --options FILE                 FILEからオプションを読み込みます
     --log-file FILE                FILEにサーバ・モードのログを書き出す

コンフィグレーションを制御するオプション:
     --default-key NAME             デフォルトの秘密鍵としてNAMEを用いる
     --encrypt-to NAME              ユーザID NAMEにも暗号化する
     --group SPEC                   電子メールエイリアスを設定する
     --openpgp                      厳密なOpenPGPの振舞を採用
 -n, --dry-run                      無変更
 -i, --interactive                  上書き前に確認

出力を制御するオプション:
 -a, --armor                        ASCII形式の外装を作成
 -o, --output FILE                  出力をFILEに書き出す
     --textmode                     正準テキスト・モードを使用
 -z N                               圧縮レベルをNに設定 (0は非圧縮)

鍵のインポートとエクスポートを制御するオプション:
     --auto-key-locate MECHANISMS   メールアドレスによって鍵を特定する際、MECHANISMSを使用する
     --auto-key-import              署名から手元にない鍵をインポートする
     --include-key-block            署名に公開鍵を含める
     --disable-dirmngr              dirmngrへのすべてのアクセスを無効とする

鍵を指定するオプション:
 -r, --recipient USER-ID            USER-ID用に暗号化
 -u, --local-user USER-ID           署名や復号にこのUSER-IDを使用

(コマンドとオプション全部の一覧は、マニュアル・ページをご覧ください)

例:

 -se -r Bob [ファイル]      ユーザBobへ署名と暗号化
 --clear-sign [ファイル]     クリア・テクスト署名を作成
 --detach-sign [ファイル]   分遣署名を作成
 --list-keys [名前]         鍵を表示
 --fingerprint [名前]       フィンガープリントを表示

バグは <https://bugs.gnupg.org> までご報告ください。

gpg-agent


"OPTION -h"
gpg-agent (GnuPG) 2.4.4
libgcrypt 1.10.3
Copyright (C) 2024 g10 Code GmbH
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

形式: gpg-agent [オプション] [コマンド [引数]]
@GnuPG@の秘密鍵の管理


起動に使われるオプション:
     --daemon                           デーモン・モードで実行 (バックグラウンド)
     --server                           サーバ・モードで実行 (フォアグラウンド)
     --no-detach                        コンソールからデタッチしない
 -s, --sh                               sh-形式のコマンド出力
 -c, --csh                              csh-形式のコマンド出力
     --options FILE                     FILEからオプションを読み込みます

診断出力を制御するオプション:
 -v, --verbose                          冗長
 -q, --quiet                            いくらかおとなしく
     --log-file FILE                    FILEにサーバ・モードのログを書き出す

コンフィグレーションを制御するオプション:
     --disable-scdaemon                 SCdaemonを使わない
     --scdaemon-program PGM             PGMをSCdaemonプログラムとして使う
     --tpm2daemon-program PGM           PGMをtpm2daemonプログラムとして使う
     --extra-socket NAME                NAMEからのコマンドを受け付ける
     --keep-tty                         TTYの変更要求を無視する
     --keep-display                     Xディスプレイの変更要求を無視する
     --enable-ssh-support               sshサポートを有効にする
     --ssh-fingerprint-digest ALGO      ssh署名の表示にALGOを使う

セキュリティを制御するオプション:
     --default-cache-ttl N              N秒後に保持したPINを無効とする
     --default-cache-ttl-ssh N          N秒後にSSH鍵を無効とする
     --max-cache-ttl N                  最大PINキャッシュ存続時間をN秒とする
     --max-cache-ttl-ssh N              最大SSH鍵存続時間をN秒とする
     --ignore-cache-for-signing         署名に対してPINの保持を使わない
     --no-allow-external-cache          外部のパスワードキャッシュの使用を認めない
     --no-allow-mark-trusted            クライアントが鍵に"trusted"マークをつけることを認めない
     --allow-preset-passphrase          パスフレーズの事前設定を認める

パスワード・ポリシーの強制オプション:
     --enforce-passphrase-constraints   パスワード・ポリシーを迂回することを認めない
     --min-passphrase-len N             新しいパスフレーズの必要とする最低長をNとする
     --min-passphrase-nonalpha N        新しいパスフレーズとしてアルファベットでないキャラクタを最低N必要とする
     --check-passphrase-pattern FILE    新しいパスフレーズをFILEのパターンに対してチェックする
     --max-passphrase-days N            N日後にパスフレーズを期限切れとする
     --enable-passphrase-history        古いパスフレーズを再使用することを認めない

PIN-Entryを制御するオプション:
     --batch                            PIN-Entryを決して使わない
     --no-allow-loopback-pinentry       pinentryより優先してパスフレーズ入力を認めない
     --grab                             PIN-Entryにキーボードとマウスを占有させる
     --pinentry-program PGM             PGMをPIN入力プログラムとして使う
     --pinentry-timeout N               PinentryのタイムアウトをN秒とする
     --allow-emacs-pinentry             Emacsを通じてパスフレーズを催促することを認める

バグは <https://bugs.gnupg.org> までご報告ください。

gpg-connect-agent


"OPTION -h"
gpg-connect-agent (GnuPG) 2.4.4
Copyright (C) 2024 g10 Code GmbH
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: 

形式: gpg-connect-agent [オプション]
実行中のagentに接続し、コマンドを送る


オプション:

 -v, --verbose           冗長
 -q, --quiet             おとなしく
     --hex               16進でエンコードしてデータ出力を表示する
     --decode            受信したデータ行をデコードする
     --dirmngr           dirmngrへ接続
     --keyboxd           keyboxdへ接続
 -S, --raw-socket NAME   Assuanのソケット名NAMEに接続する
 -T, --tcp-socket ADDR   ADDRのAssuanサーバに接続する
 -E, --exec              コマンド・ラインで与えられたAssuanサーバを実行する
     --no-ext-connect    拡張接続モードを使わない
 -r, --run FILE          起動時にFILEからコマンドを実行する
 -s, --subst             起動時に /subst を実行する
     --no-history        do not use the command history file

バグは <https://bugs.gnupg.org> までご報告ください。

gpg-wks-client


"OPTION -h"
gpg-wks-client (GnuPG) 2.4.4
Copyright (C) 2024 g10 Code GmbH
License GNU LGPL-2.1-or-later <https://gnu.org/licenses/>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Syntax: gpg-wks-client [command] [options] [args]
Client for the Web Key Service

コマンド:

     --supported        check whether provider supports WKS
     --check            check whether a key is available
     --create           create a publication request
     --receive          receive a MIME confirmation request
     --read             receive a plain text confirmation request
     --mirror           mirror an LDAP directory
     --install-key      install a key into a directory
     --remove-key       remove a key from a directory
     --print-wkd-hash   print the WKD identifier for the given user ids
     --print-wkd-url    print the WKD URL for the given user id

オプション:

 -v, --verbose          冗長
 -q, --quiet            いくらかおとなしく
     --send             send the mail using sendmail
 -o, --output FILE      write the mail to FILE
     --status-fd FD     このFDにステータス情報を書き出す
     --add-revocs       add revocation certificates
     --no-add-revocs    do not add revocation certificates

Please report bugs to <https://bugs.gnupg.org>.

gpgconf


"OPTION -h"
gpgconf (GnuPG) 2.4.4
Copyright (C) 2024 g10 Code GmbH
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

形式: gpgconf [オプション]
GnuPGシステムのツールに対しコンフィグレーション・オプションを管理する

コマンド:

     --list-components            すべてのコンポーネントをリストする
     --check-programs             すべてのプログラムをチェックする
     --list-options COMPONENT     オプションをリストする
     --change-options COMPONENT   オプションを変更する
     --check-options COMPONENT    オプションをチェックする
     --apply-defaults             グローバル・デフォルト値を適用する
     --apply-profile FILE         FILEを使ってコンフィグレーション・ファイルを更新する
 -L, --list-dirs                  gpgconfのためにコンフィグレーション・ディレクトリを取得する
     --list-config                グローバルのコンフィグレーション・ファイルをリストする
     --check-config               グローバルのコンフィグレーション・ファイルをチェックする
     --query-swdb                 ソフトウェア・バージョン・データベースに問い合わせる
 -R, --reload                     すべて、あるいは指定されたコンポーネントをリロードする
     --launch                     指定されたコンポーネントを起動する
 -K, --kill                       指定されたコンポーネントをkillする
 -V, --show-versions              
 -X, --show-configs               

@
オプション:
 :
 -o, --output                     出力ファイルとして使用
 -v, --verbose                    冗長
 -q, --quiet                      おとなしく
 -n, --dry-run                    無変更
 -r, --runtime                    可能な場合、実行時に変更を有効とする
     --status-fd FD               このFDにステータス情報を書き出す

バグは <https://bugs.gnupg.org> までご報告ください。

gpgparsemail

"OPTION -h"
gpgparsemail: line number 1 too long or last line not terminated

gpgsm


"OPTION -h"
gpgsm (GnuPG) 2.4.4
libgcrypt 1.10.3
libksba 1.6.6
Copyright (C) 2024 g10 Code GmbH
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: /home/
サポートしているアルゴリズム:
Cipher: 3DES, AES128, AES192, AES256, SERPENT128, SERPENT192, SERPENT256, SEED, CAMELLIA128, CAMELLIA192, CAMELLIA256
Pubkey: RSA, ECC, ECC
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224, WHIRLPOOL

形式: gpgsm [オプション] [ファイル]
S/MIMEプロトコルを用いて、署名、検査、暗号化や復号を行います
デフォルトの操作は、入力データに依存します

コマンド:

 -s, --sign                             署名を作成
 -b, --detach-sign                      分遣署名を作成
 -e, --encrypt                          データを暗号化
 -d, --decrypt                          データを復号 (デフォルト)
     --verify                           署名を検証
 -k, --list-keys                        鍵の一覧
     --list-external-keys               外部鍵を一覧する
 -K, --list-secret-keys                 秘密鍵の一覧
     --list-chain                       証明書のチェインを表示する
     --fingerprint                      鍵とフィンガープリントの一覧
     --generate-key                     新しい鍵ペアを生成
     --delete-keys                      公開鍵リングから鍵を削除
     --import                           証明書をインポートする
     --export                           証明書をエクスポートする
     --learn-card                       スマートカードを登録する
     --server                           サーバ・モードで実行
     --call-dirmngr                     dirmngrにコマンドを渡す
     --call-protect-tool                gpg-protect-toolを起動する
     --change-passphrase                パスフレーズの変更

診断出力を制御するオプション:
 -v, --verbose                          冗長
 -q, --quiet                            いくらかおとなしく
     --no-tty                           端末をまったく使わない
     --debug-level LEVEL                デバッグ・レベルをLEVELとします
     --log-file FILE                    FILEにサーバ・モードのログを書き出す

コンフィグレーションを制御するオプション:
     --include-certs N                  インクルードする証明書の数
     --policy-file FILE                 ポリシー情報をFILEから取得する

入力を制御するオプション:
     --assume-armor                     PEMフォーマットの入力を仮定する
     --assume-base64                    base-64フォーマットの入力を仮定する
     --assume-binary                    バイナリ・フォーマットの入力を仮定する

出力を制御するオプション:
 -a, --armor                            ASCII形式の外装を作成
     --base64                           base-64形式の出力を作成
 -o, --output FILE                      出力をFILEに書き出す

鍵を指定するオプション:
 -r, --recipient USER-ID                USER-ID用に暗号化
 -u, --local-user USER-ID               署名や復号にこのUSER-IDを使用
     --default-key USER-ID              USER-IDをデフォルトの秘密鍵として使う
     --encrypt-to NAME                  ユーザID NAMEにも暗号化する
     --keyring FILE                     鍵リングを鍵リングのリストに追加

鍵のインポートとエクスポートを制御するオプション:
     --disable-dirmngr                  dirmngrへのすべてのアクセスを無効とする
     --auto-issuer-key-retrieve         紛失している発行者証明書を取得する
     --p12-charset NAME                 PKCS#12のパスフレーズにNAMEのエンコーディングを使う

セキュリティを制御するオプション:
     --disable-crl-checks               決してCRLを調べない
     --disable-trusted-cert-crl-check   ルート証明書のCRLをチェックしない
     --enable-ocsp                      OCSPを用いて有効性を確認する
     --disable-policy-checks            証明書ポリシーをチェックしない
     --cipher-algo NAME                 暗号アルゴリズムにNAMEを使用
     --digest-algo NAME                 ダイジェスト・アルゴリズムにNAMEを使用

無人使用のためのオプション:
     --batch                            バッチ・モード: なにもユーザに問い合わせない
     --yes                              ほとんどの設問にyesを仮定する
     --no                               ほとんどの設問にnoを仮定する
     --status-fd FD                     このFDにステータス情報を書き出す

そのほかのオプション:
     --options FILE                     FILEからオプションを読み込みます
 -n, --dry-run                          無変更
     --audit-log FILE                   監査ログをFILEに書き出す

(コマンドとオプション全部の一覧は、マニュアル・ページをご覧ください)

バグは <https://bugs.gnupg.org> までご報告ください。

gpgsplit


"OPTION -h"
gpgsplit (GnuPG) 2.4.4
Copyright (C) 2024 g10 Code GmbH
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Syntax: gpgsplit [options] [files]
Split an OpenPGP message into packets

Options:

 -v, --verbose            verbose
 -p, --prefix STRING      Prepend filenames with STRING
     --uncompress         uncompress a packet
     --secret-to-public   convert secret keys to public keys
     --no-split           write to stdout and don't actually split

Please report bugs to <https://bugs.gnupg.org>.

gpgtar


"OPTION -h"
gpgtar (GnuPG) 2.4.4
Copyright (C) 2024 g10 Code GmbH
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Syntax: gpgtar [options] [files] [directories]
Encrypt or sign files into an archive

コマンド:

     --create                create an archive
     --extract               extract an archive
 -e, --encrypt               create an encrypted archive
 -d, --decrypt               extract an encrypted archive
 -s, --sign                  create a signed archive
 -t, --list-archive          list an archive

オプション:

 -c, --symmetric             use symmetric encryption
 -r, --recipient USER-ID     USER-ID用に暗号化
 -u, --local-user USER-ID    署名や復号にこのUSER-IDを使用
 -o, --output FILE           出力をFILEに書き出す
 -v, --verbose               冗長
 -q, --quiet                 いくらかおとなしく
     --skip-crypto           skip the crypto processing
     --dry-run               無変更

Tar options:

 -C, --directory DIRECTORY   change to DIRECTORY first
 -T, --files-from FILE       get names to create from FILE
     --null                  -T reads null-terminated names

バグは <https://bugs.gnupg.org> までご報告ください。

gpgv


"OPTION -h"
gpgv (GnuPG) 2.4.4
libgcrypt 1.10.3
Copyright (C) 2024 g10 Code GmbH
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

形式: gpgv [オプション] [ファイル]
既知の信用した鍵で署名を検査


オプション:

 -v, --verbose                冗長
 -q, --quiet                  いくらかおとなしく
     --keyring FILE           鍵リングFILEの鍵を扱います
 -o, --output FILE            出力をFILEに書き出す
     --ignore-time-conflict   日時の矛盾を警告だけにします
     --status-fd FD           このFDにステータス情報を書き出す
     --weak-digest ALGO       ALGOで作成された署名を拒絶する

バグは <https://bugs.gnupg.org> までご報告ください。

gpic


"OPTION -h"
/bin/gpic: invalid option -- h
usage: /bin/gpic [-CnSU] [file ...]
usage: /bin/gpic -t [-cCSUz] [file ...]
usage: /bin/gpic {-v | --version}
usage: /bin/gpic --help

gpu-manager


"OPTION -h"
/bin/gpu-manager: option requires an argument -- 'h'

grdctl


"OPTION -h"
[20:54:30:771] [23578:00005c1a] [ERROR][com.freerdp.crypto] - [x509_utils_from_pem]: BIO_new failed for certificate
RDP server certificate is invalid.
Usage: /bin/grdctl [OPTIONS...] COMMAND [SUBCOMMAND]...

grep


"OPTION -h"
Usage: grep [OPTION]... PATTERNS [FILE]...
詳しくは'grep --help'を実行してください。

gresource


"OPTION -h"
-h は不明なコマンドです

Usage:
  gresource [--section SECTION] COMMAND [ARGS…]

Commands:
  help                      Show this information
  sections                  List resource sections
  list                      List resources
  details                   List resources with details
  extract                   Extract a resource

Use “gresource help COMMAND” to get detailed help.



groff


"OPTION -h"
usage: /bin/groff [-abcCeEgGijklNpRsStUVXzZ] [-d ctext] [-d string=text] [-D fallback-encoding] [-f font-family] [-F font-directory] [-I inclusion-directory] [-K input-encoding] [-L spooler-argument] [-m macro-package] [-M macro-directory] [-n page-number] [-o page-list] [-P postprocessor-argument] [-r cnumeric-expression] [-r register=numeric-expression] [-T output-device] [-w warning-category] [-W warning-category] [file ...]
usage: /bin/groff {-v | --version}
usage: /bin/groff {-h | --help}

groff (GNU roff) is a typesetting system that reads plain text input
files that include formatting commands to produce output in
PostScript, PDF, HTML, or DVI formats or for display to a terminal.
See the groff(1) manual page.

grog


"OPTION -h"
usage: grog [--ligatures] [--run] [groff-option ...] [--] [file ...]
usage: grog {-v | --version}
usage: grog {-h | --help}

Read each roff(7) input FILE and attempt to infer an appropriate
groff(1) command to format it.  See the grog(1) manual page.

grops


"OPTION -h"
/bin/grops: invalid option -- h
usage: /bin/grops [-glm] [-b brokenness-flags] [-c num-copies] [-F font-directory] [-I inclusion-directory] [-p paper-format] [-P prologue-file] [-w rule-thickness] [file ...]
usage: /bin/grops {-v | --version}
usage: /bin/grops --help

grotty


"OPTION -h"
コマンドの実行がタイムアウトしました

groups


"OPTION -h"
/bin/groups: 無効なオプション -- 'h'
詳しくは '/bin/groups --help' を実行して下さい。

growpart


"OPTION -h"
growpart disk partition
   rewrite partition table so that partition takes up all the space it can
   options:
    -h | --help            print Usage and exit
         --free-percent F  resize so that specified percentage F of the disk is
                           not used in total (not just by this partition). This
                           is useful for consumer SSD or SD cards where a small
                           percentage unallocated can improve device lifetime.
         --fudge F         if part could be resized, but change would be less
                           than 'F' bytes, do not resize (default: 1048576)
    -N | --dry-run         only report what would be done, show new 'sfdisk -d'
    -v | --verbose         increase verbosity / debug
    -u | --update  R       update the the kernel partition table info after
                           growing this requires kernel support and
                           'partx --update'
                           R is one of:
                            - 'auto'  : [default] update partition if possible
                            - 'force' : try despite sanity checks (fail on
                                        failure)
                            - 'off'   : do not attempt
                            - 'on'    : fail if sanity checks indicate no
                                        support

   Example:
    - growpart /dev/sda 1
      Resize partition 1 on /dev/sda

    - growpart --free-percent=10 /dev/sda 1
      Resize partition 1 on /dev/sda so that 10% of the disk is unallocated

grub-editenv


"OPTION -h"
/bin/grub-editenv: invalid option -- 'h'
Try 'grub-editenv --help' or 'grub-editenv --usage' for more information.

grub-file


"OPTION -h"
使い方: file OPTIONS FILE
Check if FILE is of specified type.

    --is-i386-xen-pae-domu   Check if FILE can be booted as i386 PAE Xen unprivileged guest kernel
    --is-x86_64-xen-domu   Check if FILE can be booted as x86_64 Xen unprivileged guest kernel
    --is-x86-xen-dom0   Check if FILE can be used as Xen x86 privileged guest kernel
    --is-x86-multiboot  FILE が x86 multiboot kernel として使えるか確認する
    --is-x86-multiboot2 FILE が x86 multiboot2 kernel として使えるか確認する
    --is-arm-linux      Check if FILE is ARM Linux
    --is-arm64-linux    Check if FILE is ARM64 Linux
    --is-ia64-linux     Check if FILE is IA64 Linux
    --is-mips-linux     Check if FILE is MIPS Linux
    --is-mipsel-linux   Check if FILE is MIPSEL Linux
    --is-sparc64-linux  Check if FILE is SPARC64 Linux
    --is-powerpc-linux  Check if FILE is POWERPC Linux
    --is-x86-linux      Check if FILE is x86 Linux
    --is-x86-linux32    Check if FILE is x86 Linux supporting 32-bit protocol
    --is-x86-kfreebsd   Check if FILE is x86 kFreeBSD
    --is-i386-kfreebsd  Check if FILE is i386 kFreeBSD
    --is-x86_64-kfreebsd   Check if FILE is x86_64 kFreeBSD
    --is-x86-knetbsd    Check if FILE is x86 kNetBSD
    --is-i386-knetbsd   Check if FILE is i386 kNetBSD
    --is-x86_64-knetbsd Check if FILE is x86_64 kNetBSD
    --is-i386-efi       Check if FILE is i386 EFI file
    --is-x86_64-efi     Check if FILE is x86_64 EFI file
    --is-ia64-efi       Check if FILE is IA64 EFI file
    --is-arm64-efi      Check if FILE is ARM64 EFI file
    --is-arm-efi        Check if FILE is ARM EFI file
    --is-riscv32-efi    Check if FILE is RISC-V 32bit EFI file
    --is-riscv64-efi    Check if FILE is RISC-V 64bit EFI file
    --is-hibernated-hiberfil   Check if FILE is hiberfil.sys in hibernated state
    --is-x86_64-xnu     Check if FILE is x86_64 XNU (Mac OS X kernel)
    --is-i386-xnu       Check if FILE is i386 XNU (Mac OS X kernel)
    --is-xnu-hibr       Check if FILE is XNU (Mac OS X kernel) hibernated image
    --is-x86-bios-bootsector   Check if FILE is BIOS bootsector
-h, --help              このヘルプを表示して終了する。
-u, --usage             このコマンドの使用法を表示して終了する

grub-fstest


"OPTION -h"
/bin/grub-fstest: invalid option -- 'h'
Try 'grub-fstest --help' or 'grub-fstest --usage' for more information.

grub-glue-efi


"OPTION -h"
/bin/grub-glue-efi: invalid option -- 'h'
Try 'grub-glue-efi --help' or 'grub-glue-efi --usage' for more information.

grub-kbdcomp


"OPTION -h"
Usage: grub-kbdcomp -o OUTPUT CKBMAP_ARGUMENTS...
Make GRUB keyboard layout file.

  -h, --help              print this message and exit
  -V, --version           print the version information and exit
  -o, --output=FILE       save output in FILE [required]

grub-kbdcomp generates a keyboard layout for GRUB using ckbcomp

Report bugs to <bug-grub@gnu.org>.

grub-menulst2cfg


"OPTION -h"
Usage: /bin/grub-menulst2cfg [INFILE [OUTFILE]]

grub-mkfont


"OPTION -h"
/bin/grub-mkfont: invalid option -- 'h'
Try 'grub-mkfont --help' or 'grub-mkfont --usage' for more information.

grub-mkimage


"OPTION -h"
/bin/grub-mkimage: invalid option -- 'h'
Try 'grub-mkimage --help' or 'grub-mkimage --usage' for more information.

grub-mklayout


"OPTION -h"
/bin/grub-mklayout: invalid option -- 'h'
Try 'grub-mklayout --help' or 'grub-mklayout --usage' for more information.

grub-mknetdir


"OPTION -h"
/bin/grub-mknetdir: invalid option -- 'h'
Try 'grub-mknetdir --help' or 'grub-mknetdir --usage' for more information.

grub-mkpasswd-pbkdf2


"OPTION -h"
/bin/grub-mkpasswd-pbkdf2: invalid option -- 'h'
Try 'grub-mkpasswd-pbkdf2 --help' or 'grub-mkpasswd-pbkdf2 --usage' for more
information.

grub-mkrelpath


"OPTION -h"
/bin/grub-mkrelpath: invalid option -- 'h'
Try 'grub-mkrelpath --help' or 'grub-mkrelpath --usage' for more information.

grub-mkrescue


"OPTION -h"
/bin/grub-mkrescue: エラー: output file must be specified.

grub-mkstandalone


"OPTION -h"
/bin/grub-mkstandalone: invalid option -- 'h'
Try 'grub-mkstandalone --help' or 'grub-mkstandalone --usage' for more
information.

grub-mount


"OPTION -h"
/bin/grub-mount: invalid option -- 'h'
Try 'grub-mount --help' or 'grub-mount --usage' for more information.

grub-ntldr-img


"OPTION -h"
Usage:
    grubinst  [OPTIONS]  DEVICE_OR_FILE

OPTIONS:

    --help,-h       Show usage information

    --pause         Pause before exiting

    --version       Show version information

    --verbose,-v        Verbose output

    --list-part,-l      List all logical partitions in DEVICE_OR_FILE

    --save=FN,-s=FN     Save the orginal MBR/BS to FN

    --restore=FN,-r=FN  Restore MBR/BS from previously saved FN

    --restore-prevmbr,-r    Restore previous MBR saved in the second sector
                of DEVICE_OR_FILE

    --read-only,-t      do everything except the actual write to the
                specified DEVICE_OR_FILE. (test mode)

    --no-backup-mbr     do not copy the old MBR to the second sector of
                DEVICE_OR_FILE.

    --force-backup-mbr  force the copy of old MBR to the second sector
                of DEVICE_OR_FILE.(default)

    --mbr-enable-floppy enable the search for GRLDR on floppy.(default)

    --mbr-disable-floppy    disable the search for GRLDR on floppy.

    --mbr-enable-osbr   enable the boot of PREVIOUS MBR with invalid
                partition table (usually an OS boot sector).
                (default)

    --mbr-disable-osbr  disable the boot of PREVIOUS MBR with invalid
                partition table (usually an OS boot sector).

    --duce          disable the feature of unconditional entrance
                to the command-line.

    --boot-prevmbr-first    try to boot PREVIOUS MBR before the search for
                GRLDR.

    --boot-prevmbr-last try to boot PREVIOUS MBR after the search for
                GRLDR.(default)

    --preferred-drive=D preferred boot drive number, 0 <= D < 255.

    --preferred-partition=P preferred partition number, 0 <= P < 255.

    --time-out=T,-t=T   wait T seconds before booting PREVIOUS MBR. if
                T is 0xff, wait forever. The default is 5.

                before booting PREVIOUS MBR. K is a word
                value, just as the value in AX register
                returned from int16/AH=1. The high byte is the
                scan code and the low byte is ASCII code. The
                default is 0x3920 for space bar.

    --key-name=S        Specify the name of the hot key.

    --floppy,-f     if DEVICE_OR_FILE is floppy, use this option.

    --floppy=N      if DEVICE_OR_FILE is a partition on a hard
                drive, use this option. N is used to specify
                the partition number: 0,1,2 and 3 for the
                primary partitions, and 4,5,6,... for the
                logical partitions.

    --sectors-per-track=S   specifies sectors per track for --floppy.
                1 <= S <= 63, default is 63.

    --heads=H       specifies number of heads for --floppy.
                1 <= H <= 256, default is 255.

    --start-sector=B    specifies hidden sectors for --floppy=N.

    --total-sectors=C   specifies total sectors for --floppy.
                default is 0.

    --lba           use lba mode for --floppy. If the floppy BIOS
                has LBA support, you can specify --lba here.
                It is assumed that all floppy BIOSes have CHS
                support. So you would rather specify --chs.
                If neither --chs nor --lba is specified, then
                the LBA indicator(i.e., the third byte of the
                boot sector) will not be touched.

    --chs           use chs mode for --floppy. You should specify
                --chs if the floppy BIOS does not support LBA.
                We assume all floppy BIOSes have CHS support.
                So it is likely you want to specify --chs.
                If neither --chs nor --lba is specified, then
                the LBA indicator(i.e., the third byte of the
                boot sector) will not be touched.

    --install-partition=I   Install the boot record onto the boot area of
    -p=I            partition number I of the specified hard drive
                or harddrive image DEVICE_OR_FILE.

    --boot-file=F,-b=F  Change the name of boot file.

    --load-seg=S        Change load segment for boot file.

    --grub2,-2      Load grub2 kernel g2ldr instead of grldr.

    --output,-o     Save embeded grldr.mbr to DEVICE_OR_FILE.

    --edit,-e       Edit external grldr/grldr.mbr.

grub-render-label


"OPTION -h"
/bin/grub-render-label: invalid option -- 'h'
Try 'grub-render-label --help' or 'grub-render-label --usage' for more
information.

grub-script-check


"OPTION -h"
/bin/grub-script-check: invalid option -- 'h'
Try 'grub-script-check --help' or 'grub-script-check --usage' for more
information.

grub-syslinux2cfg


"OPTION -h"
/bin/grub-syslinux2cfg: invalid option -- 'h'
Try 'grub-syslinux2cfg --help' or 'grub-syslinux2cfg --usage' for more
information.

gs


"OPTION -h"
GPL Ghostscript 10.02.1 (2023-11-01)
Copyright (C) 2023 Artifex Software, Inc.  All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
 -dNOPAUSE           no pause after page   | -q       `quiet', fewer messages
 -g<width>x<height>  page size in pixels   | -r<res>  pixels/inch resolution
 -sDEVICE=<devname>  select device         | -dBATCH  exit after last file
 -sOutputFile=<file> select output file: - for stdout, |command for pipe,
                                         embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PostScriptLevel3 PDF
Default output device: x11alpha
Available devices:
   alc1900 alc2000 alc4000 alc4100 alc8500 alc8600 alc9100 ap3250 appledmp
   appleraster atx23 atx24 atx38 bbox bit bitcmyk bitrgb bitrgbtags bj10e
   bj10v bj10vh bj200 bjc600 bjc800 bjc880j bjccmyk bjccolor bjcgray bjcmono
   bmp16 bmp16m bmp256 bmp32b bmpgray bmpmono bmpsep1 bmpsep8 ccr cdeskjet
   cdj1600 cdj500 cdj550 cdj670 cdj850 cdj880 cdj890 cdj970 cdjcolor cdjmono
   cdnj500 cfax chp2200 cif cljet5 cljet5c cljet5pr coslw2p coslwxl cups
   declj250 deskjet devicen dfaxhigh dfaxlow display dj505j djet500 djet500c
   dl2100 dnj650c epl2050 epl2050p epl2120 epl2500 epl2750 epl5800 epl5900
   epl6100 epl6200 eplcolor eplmono eps2write eps9high eps9mid epson epsonc
   escp escpage faxg3 faxg32d faxg4 fmlbp fmpr fpng fs600 gdi hl1240 hl1250
   hl7x0 hocr hpdj1120c hpdj310 hpdj320 hpdj340 hpdj400 hpdj500 hpdj500c
   hpdj510 hpdj520 hpdj540 hpdj550c hpdj560c hpdj600 hpdj660c hpdj670c
   hpdj680c hpdj690c hpdj850c hpdj855c hpdj870c hpdj890c hpdjplus
   hpdjportable ibmpro ijs imagen inferno ink_cov inkcov itk24i itk38 iwhi
   iwlo iwlq jetp3852 jj100 jpeg jpegcmyk jpeggray la50 la70 la75 la75plus
   laserjet lbp310 lbp320 lbp8 lex2050 lex3200 lex5700 lex7000 lips2p lips3
   lips4 lips4v lj250 lj3100sw lj4dith lj4dithp lj5gray lj5mono ljet2p ljet3
   ljet3d ljet4 ljet4d ljet4pjl ljetplus ln03 lp1800 lp1900 lp2000 lp2200
   lp2400 lp2500 lp2563 lp3000c lp7500 lp7700 lp7900 lp8000 lp8000c lp8100
   lp8200c lp8300c lp8300f lp8400f lp8500c lp8600 lp8600f lp8700 lp8800c
   lp8900 lp9000b lp9000c lp9100 lp9200b lp9200c lp9300 lp9400 lp9500c
   lp9600 lp9600s lp9800c lps4500 lps6500 lq850 lxm3200 lxm5700m m8510
   md1xMono md2k md50Eco md50Mono md5k mgr4 mgr8 mgrgray2 mgrgray4 mgrgray8
   mgrmono miff24 mj500c mj6000c mj700v2c mj8000c ml600 necp6 npdl nullpage
   oce9050 ocr oki182 oki4w okiibm oprp opvp paintjet pam pamcmyk32 pamcmyk4
   pbm pbmraw pcl3 pclm pclm8 pcx16 pcx24b pcx256 pcxcmyk pcxgray pcxmono
   pdfimage24 pdfimage32 pdfimage8 pdfocr24 pdfocr32 pdfocr8 pdfwrite
   pdfwrite pdfwrite pgm pgmraw pgnm pgnmraw photoex picty180 pj pjetxl pjxl
   pjxl300 pkm pkmraw pksm pksmraw plan plan9bm planc plang plank planm plib
   plibc plibg plibk plibm png16 png16m png16malpha png256 png48 pngalpha
   pnggray pngmono pngmonod pnm pnmraw ppm ppmraw pr1000 pr1000_4 pr150
   pr201 ps2write psdcmyk psdcmyk16 psdcmykog psdcmyktags psdcmyktags16
   psdrgb psdrgb16 psdrgbtags pwgraster pxlcolor pxlmono r4081 rinkj rpdl
   samsunggdi sj48 spotcmyk st800 stcolor t4693d2 t4693d4 t4693d8 tek4696
   tiff12nc tiff24nc tiff32nc tiff48nc tiff64nc tiffcrle tiffg3 tiffg32d
   tiffg4 tiffgray tifflzw tiffpack tiffscaled tiffscaled24 tiffscaled32
   tiffscaled4 tiffscaled8 tiffsep tiffsep1 txtwrite uniprint urf x11
   x11alpha x11cmyk x11cmyk2 x11cmyk4 x11cmyk8 x11gray2 x11gray4 x11mono
   x11rg16x x11rg32x xcf xcfcmyk xes xpswrite
Search path:
   /usr/share/ghostscript/10.02.1/Resource/Init :
   /usr/share/ghostscript/10.02.1/lib :
   /usr/share/ghostscript/10.02.1/Resource/Font :
   /usr/share/ghostscript/fonts : /var/lib/ghostscript/fonts :
   /usr/share/cups/fonts : /usr/share/ghostscript/fonts :
   /usr/local/lib/ghostscript/fonts : /usr/share/fonts
Ghostscript is also using fontconfig to search for font files
For more information, see https://ghostscript.readthedocs.io/en/gs10.02.1/Use.html
On debian system you may need to install ghostscript-doc package.
Please report bugs to bugs.ghostscript.com.

gsbj


"OPTION -h"
Usage: /bin/gsbj [-12BclqRr] [-b<header>] [-f<font>] [-F<hfont>]
        [-L<lines>] [-p<outfile>] [-T<tabwidth>]
        [--add-to-(space|width) <units>] [--columns <n>]
        [--detect] [--first-page <page#>] [--last-page <page#>]
        [--(heading|footing)-(left|right|center) <string>]
        [--kern <afmfile>] [--margin-(top|bottom|left|right) <inches>]
        [--no-eject-(file|formfeed)] [--spacing <n>] file1 ... filen

gsdj


"OPTION -h"
Usage: /bin/gsdj [-12BclqRr] [-b<header>] [-f<font>] [-F<hfont>]
        [-L<lines>] [-p<outfile>] [-T<tabwidth>]
        [--add-to-(space|width) <units>] [--columns <n>]
        [--detect] [--first-page <page#>] [--last-page <page#>]
        [--(heading|footing)-(left|right|center) <string>]
        [--kern <afmfile>] [--margin-(top|bottom|left|right) <inches>]
        [--no-eject-(file|formfeed)] [--spacing <n>] file1 ... filen
GPL Ghostscript 10.02.1: Device 'deskjet' requires an output file but no file was specified.
GPL Ghostscript 10.02.1: ERROR: undefinedfilename (-22) on closing erasepage_optimization device.

gsdj500


"OPTION -h"
Usage: /bin/gsdj500 [-12BclqRr] [-b<header>] [-f<font>] [-F<hfont>]
        [-L<lines>] [-p<outfile>] [-T<tabwidth>]
        [--add-to-(space|width) <units>] [--columns <n>]
        [--detect] [--first-page <page#>] [--last-page <page#>]
        [--(heading|footing)-(left|right|center) <string>]
        [--kern <afmfile>] [--margin-(top|bottom|left|right) <inches>]
        [--no-eject-(file|formfeed)] [--spacing <n>] file1 ... filen
GPL Ghostscript 10.02.1: Device 'djet500' requires an output file but no file was specified.
GPL Ghostscript 10.02.1: ERROR: undefinedfilename (-22) on closing erasepage_optimization device.

gsettings


"OPTION -h"
-h は不明なコマンドです

用法:
  gsettings --version
  gsettings [--schemadir SCHEMADIR] COMMAND [ARGS…]

コマンド:
  help                      この情報を表示する
  list-schemas              インストール済みのスキーマの一覧を表示する
  list-relocatable-schemas  再配置可能なスキーマの一覧を表示する
  list-keys                 スキーマ内のキーの一覧を表示する
  list-children             指定したスキーマのサブスキーマの一覧を表示する
  list-recursively          キーと値の一覧を再帰的に表示する
  range                     キーの値の有効な範囲を確認する
  describe                  キーの説明を確認する
  get                       キーの値を取得する
  set                       キーの値を設定する
  reset                     キーの値をリセットする
  reset-recursively         指定したスキーマのすべての値をリセットする
  writable                  キーが書き込み可能か確認する
  monitor                   変更を監視する

“gsettings help COMMAND”で詳細なヘルプを表示します。



gslj


"OPTION -h"
Usage: /bin/gslj [-12BclqRr] [-b<header>] [-f<font>] [-F<hfont>]
        [-L<lines>] [-p<outfile>] [-T<tabwidth>]
        [--add-to-(space|width) <units>] [--columns <n>]
        [--detect] [--first-page <page#>] [--last-page <page#>]
        [--(heading|footing)-(left|right|center) <string>]
        [--kern <afmfile>] [--margin-(top|bottom|left|right) <inches>]
        [--no-eject-(file|formfeed)] [--spacing <n>] file1 ... filen
GPL Ghostscript 10.02.1: Device 'laserjet' requires an output file but no file was specified.
GPL Ghostscript 10.02.1: ERROR: undefinedfilename (-22) on closing erasepage_optimization device.

gslp


"OPTION -h"
Usage: /bin/gslp [-12BclqRr] [-b<header>] [-f<font>] [-F<hfont>]
        [-L<lines>] [-p<outfile>] [-T<tabwidth>]
        [--add-to-(space|width) <units>] [--columns <n>]
        [--detect] [--first-page <page#>] [--last-page <page#>]
        [--(heading|footing)-(left|right|center) <string>]
        [--kern <afmfile>] [--margin-(top|bottom|left|right) <inches>]
        [--no-eject-(file|formfeed)] [--spacing <n>] file1 ... filen

gsnd


"OPTION -h"
GPL Ghostscript 10.02.1 (2023-11-01)
Copyright (C) 2023 Artifex Software, Inc.  All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
 -dNOPAUSE           no pause after page   | -q       `quiet', fewer messages
 -g<width>x<height>  page size in pixels   | -r<res>  pixels/inch resolution
 -sDEVICE=<devname>  select device         | -dBATCH  exit after last file
 -sOutputFile=<file> select output file: - for stdout, |command for pipe,
                                         embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PostScriptLevel3 PDF
Default output device: x11alpha
Available devices:
   alc1900 alc2000 alc4000 alc4100 alc8500 alc8600 alc9100 ap3250 appledmp
   appleraster atx23 atx24 atx38 bbox bit bitcmyk bitrgb bitrgbtags bj10e
   bj10v bj10vh bj200 bjc600 bjc800 bjc880j bjccmyk bjccolor bjcgray bjcmono
   bmp16 bmp16m bmp256 bmp32b bmpgray bmpmono bmpsep1 bmpsep8 ccr cdeskjet
   cdj1600 cdj500 cdj550 cdj670 cdj850 cdj880 cdj890 cdj970 cdjcolor cdjmono
   cdnj500 cfax chp2200 cif cljet5 cljet5c cljet5pr coslw2p coslwxl cups
   declj250 deskjet devicen dfaxhigh dfaxlow display dj505j djet500 djet500c
   dl2100 dnj650c epl2050 epl2050p epl2120 epl2500 epl2750 epl5800 epl5900
   epl6100 epl6200 eplcolor eplmono eps2write eps9high eps9mid epson epsonc
   escp escpage faxg3 faxg32d faxg4 fmlbp fmpr fpng fs600 gdi hl1240 hl1250
   hl7x0 hocr hpdj1120c hpdj310 hpdj320 hpdj340 hpdj400 hpdj500 hpdj500c
   hpdj510 hpdj520 hpdj540 hpdj550c hpdj560c hpdj600 hpdj660c hpdj670c
   hpdj680c hpdj690c hpdj850c hpdj855c hpdj870c hpdj890c hpdjplus
   hpdjportable ibmpro ijs imagen inferno ink_cov inkcov itk24i itk38 iwhi
   iwlo iwlq jetp3852 jj100 jpeg jpegcmyk jpeggray la50 la70 la75 la75plus
   laserjet lbp310 lbp320 lbp8 lex2050 lex3200 lex5700 lex7000 lips2p lips3
   lips4 lips4v lj250 lj3100sw lj4dith lj4dithp lj5gray lj5mono ljet2p ljet3
   ljet3d ljet4 ljet4d ljet4pjl ljetplus ln03 lp1800 lp1900 lp2000 lp2200
   lp2400 lp2500 lp2563 lp3000c lp7500 lp7700 lp7900 lp8000 lp8000c lp8100
   lp8200c lp8300c lp8300f lp8400f lp8500c lp8600 lp8600f lp8700 lp8800c
   lp8900 lp9000b lp9000c lp9100 lp9200b lp9200c lp9300 lp9400 lp9500c
   lp9600 lp9600s lp9800c lps4500 lps6500 lq850 lxm3200 lxm5700m m8510
   md1xMono md2k md50Eco md50Mono md5k mgr4 mgr8 mgrgray2 mgrgray4 mgrgray8
   mgrmono miff24 mj500c mj6000c mj700v2c mj8000c ml600 necp6 npdl nullpage
   oce9050 ocr oki182 oki4w okiibm oprp opvp paintjet pam pamcmyk32 pamcmyk4
   pbm pbmraw pcl3 pclm pclm8 pcx16 pcx24b pcx256 pcxcmyk pcxgray pcxmono
   pdfimage24 pdfimage32 pdfimage8 pdfocr24 pdfocr32 pdfocr8 pdfwrite
   pdfwrite pdfwrite pgm pgmraw pgnm pgnmraw photoex picty180 pj pjetxl pjxl
   pjxl300 pkm pkmraw pksm pksmraw plan plan9bm planc plang plank planm plib
   plibc plibg plibk plibm png16 png16m png16malpha png256 png48 pngalpha
   pnggray pngmono pngmonod pnm pnmraw ppm ppmraw pr1000 pr1000_4 pr150
   pr201 ps2write psdcmyk psdcmyk16 psdcmykog psdcmyktags psdcmyktags16
   psdrgb psdrgb16 psdrgbtags pwgraster pxlcolor pxlmono r4081 rinkj rpdl
   samsunggdi sj48 spotcmyk st800 stcolor t4693d2 t4693d4 t4693d8 tek4696
   tiff12nc tiff24nc tiff32nc tiff48nc tiff64nc tiffcrle tiffg3 tiffg32d
   tiffg4 tiffgray tifflzw tiffpack tiffscaled tiffscaled24 tiffscaled32
   tiffscaled4 tiffscaled8 tiffsep tiffsep1 txtwrite uniprint urf x11
   x11alpha x11cmyk x11cmyk2 x11cmyk4 x11cmyk8 x11gray2 x11gray4 x11mono
   x11rg16x x11rg32x xcf xcfcmyk xes xpswrite
Search path:
   /usr/share/ghostscript/10.02.1/Resource/Init :
   /usr/share/ghostscript/10.02.1/lib :
   /usr/share/ghostscript/10.02.1/Resource/Font :
   /usr/share/ghostscript/fonts : /var/lib/ghostscript/fonts :
   /usr/share/cups/fonts : /usr/share/ghostscript/fonts :
   /usr/local/lib/ghostscript/fonts : /usr/share/fonts
Ghostscript is also using fontconfig to search for font files
For more information, see https://ghostscript.readthedocs.io/en/gs10.02.1/Use.html
On debian system you may need to install ghostscript-doc package.
Please report bugs to bugs.ghostscript.com.

gst-device-monitor-1.0


"OPTION -h"
用法:
  gst-device-monitor-1.0 [オプション…] [DEVICE_CLASSES[:FILTER_CAPS]] [DEVICE_CLASSES[:FILTER_CAPS]] …

ヘルプのオプション:
  -h, --help                        ヘルプのオプションを表示する
  --help-all                        ヘルプのオプションをすべて表示する
  --help-gst                        GStreamer オプションを表示する

アプリケーションのオプション:
  --version                         Print version information and exit
  -f, --follow                      Don't exit after showing the initial device list, but wait for devices to added/removed.
  -i, --include-hidden              Include devices from hidden device providers.


gst-discoverer-1.0


"OPTION -h"
用法:
  gst-discoverer-1.0 [オプション…] - discover files synchronously with GstDiscoverer

ヘルプのオプション:
  -h, --help                        ヘルプのオプションを表示する
  --help-all                        ヘルプのオプションをすべて表示する
  --help-gst                        GStreamer オプションを表示する

アプリケーションのオプション:
  -a, --async                       Run asynchronously
  --use-cache                       Use GstDiscovererInfo from our cache.
  --print-cache-dir                 Print the directory of the discoverer cache.
  -t, --timeout=T                   Specify timeout (in seconds, default 10)
  -c, --toc                         Output TOC (chapters and editions)
  -v, --verbose                     Verbose properties


gst-inspect-1.0


"OPTION -h"
用法:
  gst-inspect-1.0 [オプション…] [ELEMENT-NAME | PLUGIN-NAME]

ヘルプのオプション:
  -h, --help                           ヘルプのオプションを表示する
  --help-all                           ヘルプのオプションをすべて表示する
  --help-gst                           GStreamer オプションを表示する

アプリケーションのオプション:
  -a, --print-all                      すべてのエレメントを表示する
  -b, --print-blacklist                Print list of blacklisted files
  --print-plugin-auto-install-info     Print a machine-parsable list of features the specified plugin or all plugins provide.
                                       Useful in connection with external automatic plugin installation mechanisms
  --plugin                             List the plugin contents
  -t, --types                          A slashes ('/') separated list of types of elements (also known as klass) to list. (unordered)
  --exists                             Check if the specified element or plugin exists
  --atleast-version                    When checking if an element or plugin exists, also check that its version is at least the version specified
  -u, --uri-handlers                   Print supported URI schemes, with the elements that implement them
  --no-colors                          Disable colors in output. You can also achieve the same by setting 'GST_INSPECT_NO_COLORS' environment variable to any value.
  --sort=<sort-key>                    Sort plugins and features. Sorting keys: name (default), none.
  -C, --color                          Color output, even when not sending to a tty.
  --version                            Print version information and exit


gst-launch-1.0


"OPTION -h"
用法:
  gst-launch-1.0 [オプション…] PIPELINE-DESCRIPTION

ヘルプのオプション:
  -h, --help                        ヘルプのオプションを表示する
  --help-all                        ヘルプのオプションをすべて表示する
  --help-gst                        GStreamer オプションを表示する

アプリケーションのオプション:
  -t, --tags                        タグ (メタデータ) を出力する
  -c, --toc                         Output TOC (chapters and editions)
  -v, --verbose                     Output status information and property notifications
  -q, --quiet                       Do not print any progress information
  -m, --messages                    出力メッセージ
  -X, --exclude=PROPERTY-NAME       Do not output status information for the specified property if verbose output is enabled (can be used multiple times)
  -p, --prog-name=PROGRAM-NAME      Set the name of the program
  -f, --no-fault                    フォールトハンドラをインストールしない
  -e, --eos-on-shutdown             Force EOS on sources before shutting the pipeline down
  --version                         Print version information and exit
  --no-position                     Do not print current position of pipeline. If this option is unspecified, the position will be printed when stdout is a TTY. To enable printing position when stdout is not a TTY, use "force-position" option
  --force-position                  Allow printing current position of pipeline even if stdout is not a TTY. This option has no effect if the "no-position" option is specified


gst-play-1.0


"OPTION -h"
用法:
  gst-play-1.0 [オプション…] FILE1|URI1 [FILE2|URI2] [FILE3|URI3] ...

ヘルプのオプション:
  -h, --help                        ヘルプのオプションを表示する
  --help-all                        ヘルプのオプションをすべて表示する
  --help-gst                        GStreamer オプションを表示する

アプリケーションのオプション:
  -v, --verbose                     Output status information and property notifications
  --flags                           Control playback behaviour setting playbin 'flags' property
  --version                         Print version information and exit
  --videosink                       Video sink to use (default is autovideosink)
  --audiosink                       Audio sink to use (default is autoaudiosink)
  --gapless                         Enable gapless playback
  --instant-uri                     Enable instantaneous uri changes (only with playbin3)
  --shuffle                         Shuffle playlist
  --no-interactive                  Disable interactive control via the keyboard
  --volume                          Volume
  -s, --start-position              Start position in seconds.
  -a, --accurate-seeks              Enable accurate seeking
  --playlist                        Playlist file containing input media files
  -i, --instant-rate-changes        Use the experimental instant-rate-change flag when changing rate
  -q, --quiet                       Do not print any output (apart from errors)
  --use-playbin2                    Use playbin2 pipeline
  --wait-on-eos                     Keep showing the last frame on EOS until quit or playlist change command (gapless is ignored)
  --no-position                     Do not print current position of pipeline


gst-stats-1.0


"OPTION -h"
Usage:
  gst-stats-1.0 [OPTION?] FILE

Help Options:
  -h, --help                        Show help options
  --help-all                        Show all help options
  --help-gst                        Show GStreamer Options

Application Options:
  --version                         Print version information and exit
  -t, --tracer-regexp=regexp        Custom Perl regular expression to extract tracer data


gst-tester-1.0


"OPTION -h"
gst-validate-1.0 Failed to execute child process ?gst-validate-1.0? (No such file or directory)
1..0 # Skipped: `gst-validate-1.0` not available

gst-typefind-1.0


"OPTION -h"
用法:
  gst-typefind-1.0 [オプション…] FILES

ヘルプのオプション:
  -h, --help                        ヘルプのオプションを表示する
  --help-all                        ヘルプのオプションをすべて表示する
  --help-gst                        GStreamer オプションを表示する

アプリケーションのオプション:
  --version                         Print version information and exit


gstreamer-codec-install


"OPTION -h"
Usage:
  gstreamer-codec-install [OPTION?] Install missing codecs

Help Options:
  -h, --help                    Show help options

Application Options:
  --transient-for               The XID of the parent window
  --desktop-id                  The desktop ID of the calling application
  --interaction                 Interaction mode specifying which UI elements should be shown
  --startup-notification-id     The startup notification ID for focus stealing prevention


gtbl


"OPTION -h"
/bin/gtbl: invalid option -- h
usage: /bin/gtbl [-C] [file ...]
usage: /bin/gtbl {-v | --version}
usage: /bin/gtbl --help

gted


"OPTION -h"
用法:
  gted [オプション…] [FILES…]

ヘルプのオプション:
  -h, --help                 ヘルプのオプションを表示する
  --help-all                 ヘルプのオプションをすべて表示する
  --help-gapplication        GApplication のオプションを表示する

アプリケーションのオプション:
  -i, --ignore-session       起動時にセッションを復元しない
  -n, --new-window           指定したファイルを新しいウィンドウで開く
  -s, --standalone           Run a new instance of Text Editor (implies --ignore-session)
  --version                  Print version information and exit

Bugs may be reported at: https://bugs.launchpad.net/ubuntu/+source/gnome-text-editor/+filebug?no-redirect

gtf


"OPTION -h"

usage: /bin/gtf x y refresh [-v|--verbose] [-f|--fbmode] [-x|--xorgmode]

            x : the desired horizontal resolution (required)
            y : the desired vertical resolution (required)
      refresh : the desired refresh rate (required)
 -v|--verbose : enable verbose printouts (traces each step of the computation)
  -f|--fbmode : output an fbset(8)-style mode description
 -x|--xorgmode : output an Xorg-style mode description (this is the default
                if no mode description is requested)


gtk-builder-tool


"OPTION -h"
Usage:
  gtk-builder-tool [COMMAND] FILE

Commands:
  validate           Validate the file
  simplify [OPTIONS] Simplify the file
  enumerate          List all named objects
  preview [OPTIONS]  Preview the file

Simplify Options:
  --replace          Replace the file

Preview Options:
  --id=ID            Preview only the named object
  --css=FILE         Use style from CSS file

Perform various tasks on GtkBuilder .ui files.

gtk-encode-symbolic-svg


"OPTION -h"
用法:
  gtk-encode-symbolic-svg [オプション…] PATH WIDTHxHEIGHT

ヘルプのオプション:
  -h, --help       ヘルプのオプションを表示する

アプリケーションのオプション:
  -o, --output     Output to this directory instead of cwd


gtk-launch


"OPTION -h"
用法:
  gtk-launch [オプション…] APPLICATION [URI...] — APPLICATION を起動する

アプリケーションを起動します (デスクトップファイルの名前で指定)。
アプリケーションへの引数として、一つ以上の URI を指定できます。

ヘルプのオプション:
  -h, --help               ヘルプのオプションを表示する
  --help-all               ヘルプのオプションをすべて表示する
  --help-gtk               GTK+ のオプションを表示する

アプリケーションのオプション:
  --version                プログラムのバージョンを表示
  --display=DISPLAY        使用する X のディスプレイを指定する


gtk-query-settings


"OPTION -h"
                    gtk-xft-hinting: 1
                  gtk-xft-hintstyle: "hintslight"
!                        color-hash: ((GHashTable*) 0x62fc3f7fe800)
    gtk-entry-password-hint-timeout: 0
             gtk-dialogs-use-header: TRUE

gtk-update-icon-cache


"OPTION -h"
用法:
  gtk-update-icon-cache [オプション…] ICONPATH

ヘルプのオプション:
  -h, --help                   ヘルプのオプションを表示する

アプリケーションのオプション:
  -f, --force                  既存のキャッシュを上書きする (最新の状態でも)
  -t, --ignore-theme-index     index.theme ファイルの有無を確認しない
  -i, --index-only             キャッシュに画像データを含めない
  --include-image-data         キャッシュに画像データを含める
  -c, --source=NAME            C言語のヘッダーファイルを出力する
  -q, --quiet                  詳細な出力を無効にする
  -v, --validate               既存のアイコンキャッシュを検証する


gtk4-broadwayd


"OPTION -h"
用法:
  gtk4-broadwayd [オプション…] [:DISPLAY] - broadway display daemon

ヘルプのオプション:
  -h, --help                   ヘルプのオプションを表示する

アプリケーションのオプション:
  -p, --port=PORT              Httpd port
  -a, --address=ADDRESS        Ip address to bind to 
  -u, --unixsocket=ADDRESS     Unix domain socket address
  -c, --cert=PATH              SSL certificate path
  -k, --key=PATH               SSL key path


gtk4-builder-tool


"OPTION -h"
Usage:
  gtk4-builder-tool [COMMAND] [OPTION…] FILE

Perform various tasks on GtkBuilder .ui files.

Commands:
  validate     Validate the file
  simplify     Simplify the file
  enumerate    List all named objects
  preview      Preview the file
  render       Take a screenshot of the file
  screenshot   Take a screenshot of the file


gtk4-encode-symbolic-svg


"OPTION -h"
用法:
  gtk-encode-symbolic-svg [オプション…] [OPTION…] PATH WIDTHxHEIGHT

ヘルプのオプション:
  -h, --help       ヘルプのオプションを表示する

アプリケーションのオプション:
  -o, --output     Output to this directory instead of cwd
  --debug          Generate debug output


gtk4-launch


"OPTION -h"
用法:
  gtk4-launch [オプション…] APPLICATION [URI…] — APPLICATION を起動する

アプリケーションを起動します (デスクトップファイルの名前で指定)。
アプリケーションへの引数として、一つ以上の URI を指定できます。

ヘルプのオプション:
  -h, --help       ヘルプのオプションを表示する

アプリケーションのオプション:
  --version        Show program version


gtk4-path-tool


"OPTION -h"
Usage:
  gtk4-path-tool [COMMAND] [OPTION…] PATH

Perform various tasks on paths.

Commands:
  decompose    Decompose the path
  reverse      Reverse the path
  restrict     Restrict the path to a segment
  show         Display the path in a window
  render       Render the path as an image
  info         Print information about the path


gtk4-query-settings


"OPTION -h"
                    gtk-xft-hinting: 1
                  gtk-xft-hintstyle: "hintslight"
              gtk-hint-font-metrics: FALSE
    gtk-entry-password-hint-timeout: 0
             gtk-dialogs-use-header: TRUE

gtk4-rendernode-tool


"OPTION -h"
Usage:
  gtk4-rendernode-tool [COMMAND] [OPTION…] FILE

Perform various tasks on GTK render nodes.

Commands:
  benchmark    Benchmark rendering of a node
  compare      Compare nodes or images
  info         Provide information about the node
  show         Show the node
  render       Take a screenshot of the node


gtk4-update-icon-cache


"OPTION -h"
用法:
  gtk4-update-icon-cache [オプション…] ICONPATH

ヘルプのオプション:
  -h, --help                   ヘルプのオプションを表示する

アプリケーションのオプション:
  -f, --force                  Overwrite an existing cache, even if up to date
  -t, --ignore-theme-index     Don’t check for the existence of index.theme
  -i, --index-only             Don’t include image data in the cache
  --include-image-data         Include image data in the cache
  -c, --source=NAME            Output a C header file
  -q, --quiet                  Turn off verbose output
  -v, --validate               Validate existing icon cache


gunzip


"OPTION -h"
Usage: gzip [OPTION]... [FILE]...
Compress or uncompress FILEs (by default, compress FILES in-place).

Mandatory arguments to long options are mandatory for short options too.

  -c, --stdout      write on standard output, keep original files unchanged
  -d, --decompress  decompress
  -f, --force       force overwrite of output file and compress links
  -h, --help        give this help
  -k, --keep        keep (don't delete) input files
  -l, --list        list compressed file contents
  -L, --license     display software license
  -n, --no-name     do not save or restore the original name and timestamp
  -N, --name        save or restore the original name and timestamp
  -q, --quiet       suppress all warnings
  -r, --recursive   operate recursively on directories
      --rsyncable   make rsync-friendly archive
  -S, --suffix=SUF  use suffix SUF on compressed files
      --synchronous synchronous output (safer if system crashes, but slower)
  -t, --test        test compressed file integrity
  -v, --verbose     verbose mode
  -V, --version     display version number
  -1, --fast        compress faster
  -9, --best        compress better

With no FILE, or when FILE is -, read standard input.

Report bugs to <bug-gzip@gnu.org>.

gzexe


"OPTION -h"
./-h:      0.1% -- replaced with stdout

gzip


"OPTION -h"
Usage: gzip [OPTION]... [FILE]...
Compress or uncompress FILEs (by default, compress FILES in-place).

Mandatory arguments to long options are mandatory for short options too.

  -c, --stdout      write on standard output, keep original files unchanged
  -d, --decompress  decompress
  -f, --force       force overwrite of output file and compress links
  -h, --help        give this help
  -k, --keep        keep (don't delete) input files
  -l, --list        list compressed file contents
  -L, --license     display software license
  -n, --no-name     do not save or restore the original name and timestamp
  -N, --name        save or restore the original name and timestamp
  -q, --quiet       suppress all warnings
  -r, --recursive   operate recursively on directories
      --rsyncable   make rsync-friendly archive
  -S, --suffix=SUF  use suffix SUF on compressed files
      --synchronous synchronous output (safer if system crashes, but slower)
  -t, --test        test compressed file integrity
  -v, --verbose     verbose mode
  -V, --version     display version number
  -1, --fast        compress faster
  -9, --best        compress better

With no FILE, or when FILE is -, read standard input.

Report bugs to <bug-gzip@gnu.org>.