Skip to content

Commit 434d61a

Browse files
committed
drv: improve help output of dCache command
1 parent fed769f commit 434d61a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/org/dcache/nearline/cta/CtaNearlineStorage.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,8 @@ private URI createZeroFileUri(FileAttributes attrs) {
547547
return URI.create(type + "://" + name + "/" + attrs.getPnfsId() + "?archiveid=*");
548548
}
549549

550-
@Command(name="show requests")
550+
@Command(name="show requests", hint = "show pending requests",
551+
description = "Show pending requests to CTA nearline storage")
551552
public class ShowRequestsCommand implements Callable<String> {
552553
@Override
553554
public String call() {

0 commit comments

Comments
 (0)