ソースを参照

docs: fix examples in man page

pull/448/head
Deuchnord 1週間前
committed by GitHub
コミット
502c339c52
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: B5690EEEBB952194
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      manpage/kosmorro.1.md

+ 2
- 2
manpage/kosmorro.1.md ファイルの表示

@@ -68,13 +68,13 @@ kosmorro
Compute the ephemerides for Lille, France, on April 1st, 2022:

```
kosmorro --latitude=50.5876 --longitude=3.0624 --date=2022-04-01
kosmorro --position="50.5876,3.0624" --date=2022-04-01
```

Compute the ephemerides for Lille, France, on April 1st, 2022, and export them in a PDF document:

```
kosmorro --latitude=50.5876 --longitude=3.0624 -date=2022-04-01 --output=file.pdf
kosmorro --position="50.5876,3.0624" --date=2022-04-01 --output=file.pdf
```

## AUTHOR


読み込み中…
キャンセル
保存