Remove an unneded attribute.

This commit is contained in:
Rasmus Kaj 2019-05-18 22:45:33 +02:00
parent cfbf5bb2f5
commit 938549b51d

View File

@ -21,7 +21,6 @@ pub struct Findphotos {
photos: DirOpt,
/// Base directory to search in (relative to the image root).
#[structopt()]
base: Vec<String>,
}