From cb4403589b33f544c37a87b7c9a96bace5b5a063 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sat, 3 Mar 2018 08:07:10 +0800 Subject: [PATCH] rename: fix tables --- rename.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/rename.md b/rename.md index 2be97e7e..0f5ed4f4 100644 --- a/rename.md +++ b/rename.md @@ -27,13 +27,14 @@ rename -s .png .jpg.png *.png ``` Replace `.png` with `.jpg.png` in `*.png`. - ### Options -| `-n` | Simulation -| `-l` | Symlink instead of rename -| `-i` | Interactive +| Option | Description | +| --- | --- | +| `-n` | Simulation | +| `-l` | Symlink instead of rename | +| `-i` | Interactive | ## Also see