소스 검색

Base: Add pape man page documentation

Brendan Coles 4 년 전
부모
커밋
c006952aeb
1개의 변경된 파일33개의 추가작업 그리고 0개의 파일을 삭제
  1. 33 0
      Base/usr/share/man/man1/pape.md

+ 33 - 0
Base/usr/share/man/man1/pape.md

@@ -0,0 +1,33 @@
+## Name
+
+pape - manage the system wallpaper.
+
+## Synopsis
+
+```**sh
+$ pape [--show-all] [--show-current] [name]
+```
+
+## Description
+
+The `pape` utility can be used to set the system wallpaper and
+list available wallpapers in the `/res/wallpapers/` directory.
+
+## Options
+
+* `-a`, `--show-all`: Show all wallpapers
+* `-c`, `--show-current`: Show current wallpaper
+
+## Examples
+
+Set wallpaper to `/res/wallpapers/grid.png`:
+
+```**sh
+$ pape grid.png
+```
+
+List available wallpapers:
+
+```**sh
+$ pape -a
+```