Skip to content

Commit e262d08

Browse files
Styling.
1 parent fdf95d3 commit e262d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ git_init <- function(path = ".") {
9292
#' wraps docopt to ensure that the args will always be
9393
#' interpreted as a vector.
9494
#'
95-
#' @param doc `character` vector with command line specification
95+
#' @param doc `character` vector with command line specification.
9696
#' @param args `character` vector of command line arguments.
9797
#' Defaults to `commandArgs(trailingOnly=TRUE)`.
9898
#' @param ... Additional parameters passed to `docopt`

0 commit comments

Comments
 (0)